From e9aa23db2437faf17ca097e891ec5a1e628865f3 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 6 Feb 2017 21:56:55 +0800 Subject: modify linker script --- xmake/core/tool/compiler.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmake/core/tool/compiler.lua') diff --git a/xmake/core/tool/compiler.lua b/xmake/core/tool/compiler.lua index 6e7e5d8e6..61cfd2114 100644 --- a/xmake/core/tool/compiler.lua +++ b/xmake/core/tool/compiler.lua @@ -136,8 +136,8 @@ function compiler.load(sourcekind) end instance._LANGUAGE = result - -- init named flags - instance._NAMEDFLAGS = result:namedflags()["compiler"] + -- init name flags + instance._NAMEFLAGS = result:nameflags()["compiler"] -- init source flags instance._SOURCEFLAGS = table.wrap(result:sourceflags()[sourcekind]) -- cgit v1.3.1