浏览代码

remove jobs 1

star9029 1 年之前
父节点
当前提交
62e5abaa39
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/b/bmf/xmake.lua

+ 2 - 2
packages/b/bmf/xmake.lua

@@ -70,9 +70,9 @@ package("bmf")
         if package:is_plat("windows") then
             envs.SCRIPT_EXEC_MODE = "win"
         end
-        import("package.tools.cmake").install(package, configs, {envs = envs, jobs = "1"})
+        import("package.tools.cmake").install(package, configs, {envs = envs})
 
-        os.cp(package:buildir() .. "/output/bmf/include", package:installdir())
+        os.cp(path.join(package:buildir(), "output/bmf/include"), package:installdir())
     end)
 
     on_test(function (package)