diff options
| author | ruki <[email protected]> | 2020-04-04 13:01:11 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-04 13:04:06 +0800 |
| commit | dadee422f340ce6e96a7adbd64aa3941a2d31707 (patch) | |
| tree | 899503fb7a2625eaaf12945259d809c3af684735 /xmake/templates/objc | |
| parent | cc80eac1312bc54f4d6564f2a517a86aeccf5e8d (diff) | |
improve objc/objc++ build rules
Diffstat (limited to 'xmake/templates/objc')
| -rw-r--r-- | xmake/templates/objc/console/project/xmake.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xmake/templates/objc/console/project/xmake.lua b/xmake/templates/objc/console/project/xmake.lua index 9658f9486..75496210f 100644 --- a/xmake/templates/objc/console/project/xmake.lua +++ b/xmake/templates/objc/console/project/xmake.lua @@ -10,12 +10,4 @@ target("${TARGETNAME}") -- add files add_files("src/*.m") - -- add frameworks - add_frameworks("Foundation", "CoreFoundation") - - -- for macosx or ios - if is_os("macosx", "ios") then - add_mxflags("-fobjc-arc") - end - ${FAQ} |
