diff options
Diffstat (limited to 'tests/console_objc++/xmake.lua')
| -rwxr-xr-x | tests/console_objc++/xmake.lua | 2 |
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") |
