浏览代码

fix(libvpx): support os name `ios`

冰雪殇璃陌梦 2 年之前
父节点
当前提交
c80d104c40
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/l/libvpx/utils.lua

+ 1 - 1
packages/l/libvpx/utils.lua

@@ -48,7 +48,7 @@ function get_target(package)
     end
 
     local os
-    if package:is_targetos("iphoneos") then
+    if package:is_targetos("iphoneos", "ios") then
         if package:is_targetarch("x64", "x86", "x86_64") then
             os = "iphonesimulator"
         else