diff options
| author | ruki <[email protected]> | 2026-02-11 00:47:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-02-11 00:47:03 +0800 |
| commit | b1151620cca00ebf4f011ae5e3656359cba80f0c (patch) | |
| tree | b41c2b939e45dce5126a58153797d8f3af5e7f56 /xmake/toolchains/xcode/load_iphoneos.lua | |
| parent | de97caa61ab95c3a422dc9c494370f513e4ef535 (diff) | |
improve xcode toolchain
Diffstat (limited to 'xmake/toolchains/xcode/load_iphoneos.lua')
| -rw-r--r-- | xmake/toolchains/xcode/load_iphoneos.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/toolchains/xcode/load_iphoneos.lua b/xmake/toolchains/xcode/load_iphoneos.lua index 7c7df157a..09e3c5b51 100644 --- a/xmake/toolchains/xcode/load_iphoneos.lua +++ b/xmake/toolchains/xcode/load_iphoneos.lua @@ -21,5 +21,5 @@ import("load_platform") function main(toolchain) - load_platform(toolchain, "ios") + load_platform(toolchain) end |
