summaryrefslogtreecommitdiff
path: root/xmake/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2023-10-13 23:34:53 +0800
committerruki <[email protected]>2023-10-13 23:34:53 +0800
commit6b4f659ec96a0271c12859ba17a7f56be3bcdcf3 (patch)
tree59a85680e0736247a14f0a09f0c58d901bd8baee /xmake/modules
parent72c1a7a5c184b855bb083411d6547b5ac98009c7 (diff)
fix applexros flags
Diffstat (limited to 'xmake/modules')
-rw-r--r--xmake/modules/detect/sdks/find_xcode.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/detect/sdks/find_xcode.lua b/xmake/modules/detect/sdks/find_xcode.lua
index 976df5ce1..9a6e18a38 100644
--- a/xmake/modules/detect/sdks/find_xcode.lua
+++ b/xmake/modules/detect/sdks/find_xcode.lua
@@ -63,7 +63,7 @@ function _find_xcode_sdkver(sdkdir, opt)
if arch == "i386" or arch == "x86_64" then
platsdkdir = "Contents/Developer/Platforms/XRSimulator.platform/Developer/SDKs/XRSimulator*.*.sdk"
else
- platsdkdir = "Contents/Developer/Platforms/XROS.platform/Developer/XROS*.*.sdk"
+ platsdkdir = "Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS*.*.sdk"
end
else
platsdkdir = "Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX*.*.sdk"