From ba420896702097733403ec8e3ce56b8ee4e54e88 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 27 May 2016 13:25:19 +0800 Subject: modify interpreter interfaces --- tests/console_objc++/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/console_objc++/xmake.lua') diff --git a/tests/console_objc++/xmake.lua b/tests/console_objc++/xmake.lua index 3e7951e69..00884ee70 100755 --- a/tests/console_objc++/xmake.lua +++ b/tests/console_objc++/xmake.lua @@ -22,7 +22,7 @@ if is_mode("release") then end -- for macosx or ios -if os("macosx", "ios") then +if is_os("macosx", "ios") then -- add framework add_mxflags("-framework Foundation", "-framework CoreFoundation") -- cgit v1.3.1