Browse Source

fix(libvpx): support os name `ios`

冰雪殇璃陌梦 2 years ago
parent
commit
c80d104c40
1 changed files with 1 additions and 1 deletions
  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