summaryrefslogtreecommitdiff
path: root/tests/console_objc++/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/console_objc++/xmake.lua')
-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")