summaryrefslogtreecommitdiff
path: root/xmake/actions/require/impl/environment.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2018-12-05 00:43:24 +0800
committerruki <[email protected]>2018-12-04 23:29:11 +0800
commit6aee7d32d56860554ab336ff575e86ba98b09ef9 (patch)
treed44329f21b0542be677a252a6172d2b962a057b5 /xmake/actions/require/impl/environment.lua
parent51ab6ac31838463dab940c0d333bce4a2a54bbd6 (diff)
rename package build mode directory
Diffstat (limited to 'xmake/actions/require/impl/environment.lua')
-rw-r--r--xmake/actions/require/impl/environment.lua6
1 files changed, 2 insertions, 4 deletions
diff --git a/xmake/actions/require/impl/environment.lua b/xmake/actions/require/impl/environment.lua
index d6c068ffe..3025e0459 100644
--- a/xmake/actions/require/impl/environment.lua
+++ b/xmake/actions/require/impl/environment.lua
@@ -50,10 +50,8 @@ function enter()
local arch = get_config("arch")
_g.prefixdirs = _g.prefixdirs or
{
- core_package.prefixdir(false, false, plat, arch),
- core_package.prefixdir(false, true, plat, arch),
- core_package.prefixdir(true, false, plat, arch),
- core_package.prefixdir(true, true, plat, arch)
+ core_package.prefixdir(false, "release", plat, arch),
+ core_package.prefixdir(true, "release", plat, arch),
}
-- add search directories of pkgconfig, aclocal, cmake