diff options
| author | ruki <[email protected]> | 2024-01-22 22:42:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-01-25 12:09:58 +0800 |
| commit | ecd32a1463825b40a6dc69695bbb0276b7236ae7 (patch) | |
| tree | f02842b2c491ccf83bbcf1943353d8193a61113a /xmake/toolchains/xcode/load_macosx.lua | |
| parent | 4f7105af06f2b9f390b3441328911b48cb35b7e9 (diff) | |
remove logs
Diffstat (limited to 'xmake/toolchains/xcode/load_macosx.lua')
| -rw-r--r-- | xmake/toolchains/xcode/load_macosx.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/toolchains/xcode/load_macosx.lua b/xmake/toolchains/xcode/load_macosx.lua index a52ad9389..039152067 100644 --- a/xmake/toolchains/xcode/load_macosx.lua +++ b/xmake/toolchains/xcode/load_macosx.lua @@ -83,6 +83,4 @@ function main(toolchain) -- init flags for objc/c++ (with ldflags and shflags) -- we can use `add_mxflags("-fno-objc-arc")` to override it in xmake.lua toolchain:add("mxflags", "-fobjc-arc") - - print("11", toolchain:runtimes()) end |
