浏览代码

update scripts

ruki 3 年之前
父节点
当前提交
f89ae0bfc6
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      build.lua

+ 2 - 0
build.lua

@@ -265,6 +265,8 @@ function write_package(file, pkg, plat, archs)
         file:print("xrepo install -p iphoneos %s", name)
     elseif plat == "cross" then
         file:print("xrepo install -p cross [--sdk=/xxx] %s", name)
+    elseif plat == "wasm" then
+        file:print("xrepo install -p wasm %s", name)
     else
         file:print("xrepo install %s", name)
     end