summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/package/manager/vcpkg/configurations.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/package/manager/vcpkg/configurations.lua b/xmake/modules/package/manager/vcpkg/configurations.lua
index cb81e560a..df79e1bd2 100644
--- a/xmake/modules/package/manager/vcpkg/configurations.lua
+++ b/xmake/modules/package/manager/vcpkg/configurations.lua
@@ -41,6 +41,7 @@ end
function plat(plat)
local plats = {
macosx = "osx",
+ iphoneos = "ios",
bsd = "freebsd",
}
return plats[plat] or plat