From b02e5fc9da96945b0be2452bdbbf5b9801e68b69 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 16 Jun 2015 11:38:50 +0800 Subject: modify the compiler and linker command --- xmake/scripts/base/compiler.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'xmake/scripts/base/compiler.lua') diff --git a/xmake/scripts/base/compiler.lua b/xmake/scripts/base/compiler.lua index da1d46d2f..bbbc671b6 100644 --- a/xmake/scripts/base/compiler.lua +++ b/xmake/scripts/base/compiler.lua @@ -350,6 +350,7 @@ function compiler._flagnames(name) elseif name == "mm" then flagnames = { "mxflags", "mflags" } elseif name == "mxx" then flagnames = { "mxflags", "mxxflags" } elseif name == "as" then flagnames = { "asflags" } + else -- error utils.error("unknown compiler: %s", name) return -- cgit v1.3.1