diff options
| -rw-r--r-- | xmake/modules/package/tools/autoconf.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/modules/package/tools/autoconf.lua b/xmake/modules/package/tools/autoconf.lua index 36853ace1..8dc9f4b4c 100644 --- a/xmake/modules/package/tools/autoconf.lua +++ b/xmake/modules/package/tools/autoconf.lua @@ -82,8 +82,6 @@ function _get_configs(package, configs) x86_64 = "x86_64-w64-mingw32" } table.insert(configs, "--host=" .. (triples[package:arch()] or triples.i386)) - else - raise("autoconf: unknown platform(%s)!", package:plat()) end end return configs |
