From c43c55169d9ebb46e75bd9cdb39cff35c25d58ad Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 9 Feb 2021 23:57:21 +0800 Subject: disable configure in autogen --- xmake/modules/package/tools/autoconf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1