Skip to content

Commit

Permalink
fix vcpkg triplet for ios #4988
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Apr 19, 2024
1 parent 097ec93 commit 0ec4f8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmake/modules/package/manager/vcpkg/configurations.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ end
function plat(plat)
local plats = {
macosx = "osx",
iphoneos = "ios",
bsd = "freebsd",
}
return plats[plat] or plat
Expand Down

0 comments on commit 0ec4f8b

Please sign in to comment.