diff options
| author | ruki <[email protected]> | 2016-05-27 13:25:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-05-27 13:25:19 +0800 |
| commit | ba420896702097733403ec8e3ce56b8ee4e54e88 (patch) | |
| tree | a5af327e962cba4b8715f68ec45c912f651346c9 /tests/console_objc++ | |
| parent | 93a7da63ce2be9f8125c8886c3f319d866d4e439 (diff) | |
modify interpreter interfaces
Diffstat (limited to 'tests/console_objc++')
| -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") |
