diff options
| author | ruki <[email protected]> | 2021-02-09 23:57:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-02-09 23:57:21 +0800 |
| commit | c43c55169d9ebb46e75bd9cdb39cff35c25d58ad (patch) | |
| tree | 64751628c85cd8a630f0664656a02ec38941fa21 /xmake/modules/package/tools/autoconf.lua | |
| parent | f2e144e8ae5e64b31f635605f64d99c441c302a4 (diff) | |
disable configure in autogen
Diffstat (limited to 'xmake/modules/package/tools/autoconf.lua')
| -rw-r--r-- | xmake/modules/package/tools/autoconf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/tools/autoconf.lua b/xmake/modules/package/tools/autoconf.lua index 8d32635f5..da1210329 100644 --- a/xmake/modules/package/tools/autoconf.lua +++ b/xmake/modules/package/tools/autoconf.lua @@ -220,7 +220,7 @@ end -- get the autogen environments function autogen_envs(package, opt) opt = opt or {} - local envs = {} + local envs = {NOCONFIGURE = "yes"} local ACLOCAL_PATH = {} local PKG_CONFIG_PATH = {} for _, dep in ipairs(package:orderdeps()) do |
