summaryrefslogtreecommitdiff
path: root/tests/console_objc++
diff options
context:
space:
mode:
authorruki <[email protected]>2016-05-27 13:25:19 +0800
committerruki <[email protected]>2016-05-27 13:25:19 +0800
commitba420896702097733403ec8e3ce56b8ee4e54e88 (patch)
treea5af327e962cba4b8715f68ec45c912f651346c9 /tests/console_objc++
parent93a7da63ce2be9f8125c8886c3f319d866d4e439 (diff)
modify interpreter interfaces
Diffstat (limited to 'tests/console_objc++')
-rwxr-xr-xtests/console_objc++/xmake.lua2
1 files changed, 1 insertions, 1 deletions
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")