diff options
Diffstat (limited to 'xmake/modules/package/tools/autoconf.lua')
| -rw-r--r-- | xmake/modules/package/tools/autoconf.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/package/tools/autoconf.lua b/xmake/modules/package/tools/autoconf.lua index 7705c3bca..349b2c5b5 100644 --- a/xmake/modules/package/tools/autoconf.lua +++ b/xmake/modules/package/tools/autoconf.lua @@ -106,8 +106,8 @@ function buildenvs(package) table.insert(ACLOCAL_PATH, aclocal) end end - envs.ACLOCAL_PATH = table.concat(ACLOCAL_PATH, path.envsep()) - envs.PKG_CONFIG_PATH = table.concat(PKG_CONFIG_PATH, path.envsep()) + envs.ACLOCAL_PATH = path.joinenv(ACLOCAL_PATH) + envs.PKG_CONFIG_PATH = path.joinenv(PKG_CONFIG_PATH) return envs end |
