diff options
| author | ruki <[email protected]> | 2024-04-20 00:35:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-20 00:35:34 +0800 |
| commit | 0ec4f8b72c4c4acdeab62645670198b88efa917f (patch) | |
| tree | ac53de06e1c0e986c7468ab5ee67815f69ff23b2 | |
| parent | 097ec93cd26932f88ece89d55c7e6d9affb16f1b (diff) | |
fix vcpkg triplet for ios #4988
| -rw-r--r-- | xmake/modules/package/manager/vcpkg/configurations.lua | 1 |
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 |
