Skip to content

Commit 10dc4cd

Browse files
committed
Update premake5.lua
1 parent dc9f513 commit 10dc4cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

premake5.lua

+1-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ function get_vcpkg_root_path(arch)
110110
return "-mingw-static"
111111
elseif os.istarget("ios") then
112112
if ends_with(arch, "iossim") then
113-
arch=string.sub(arch,1,-#"-iossim"-1)
114-
return "-iossim"
113+
return ""
115114
else
116115
return "-ios"
117116
end

0 commit comments

Comments
 (0)