From b862233ea3ab3497197c7c48d93dbd5af7660f29 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 27 Oct 2020 22:39:22 +0800 Subject: remove unknown platform check --- xmake/modules/package/tools/autoconf.lua | 2 -- 1 file changed, 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 -- cgit v1.3.1