summaryrefslogtreecommitdiff
path: root/xmake/toolchains/xcode/load_macosx.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-10-13 23:33:15 +0800
committerruki <[email protected]>2023-10-13 23:33:15 +0800
commit72c1a7a5c184b855bb083411d6547b5ac98009c7 (patch)
tree637266e44141c8d2c7f0db92980fc74b4f9befe2 /xmake/toolchains/xcode/load_macosx.lua
parent97ffd7a145521e930a237e8977e73fdf3d41dbf4 (diff)
add apple xros support
Diffstat (limited to 'xmake/toolchains/xcode/load_macosx.lua')
-rw-r--r--xmake/toolchains/xcode/load_macosx.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/toolchains/xcode/load_macosx.lua b/xmake/toolchains/xcode/load_macosx.lua
index fb7c3d615..039152067 100644
--- a/xmake/toolchains/xcode/load_macosx.lua
+++ b/xmake/toolchains/xcode/load_macosx.lua
@@ -24,7 +24,6 @@ import("core.project.config")
-- main entry
function main(toolchain)
- -- init flags for architecture
local arch = toolchain:arch()
local target_minver = toolchain:config("target_minver")
local xcode_sysroot = toolchain:config("xcode_sysroot")