浏览代码

Merge branch 'master' of gitee.com:openLuat/luatos-soc-air101

Wendal Chen 4 年之前
父节点
当前提交
e2af012388
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 二进制
      7za.exe
  2. 1 1
      xmake.lua

二进制
7za.exe


+ 1 - 1
xmake.lua

@@ -373,7 +373,7 @@ target("air10x")
             os.cp("$(buildir)/out/"..TARGET_NAME..".fls", "./soc_tools/"..TARGET_NAME..".fls")
             local path7z = nil
             if is_plat("windows") then
-                path7z = "7za.exe"
+                path7z = "$(programdir)/winenv/bin/7z.exe"
             elseif is_plat("linux") then
                 path7z = find_file("7z", { "/usr/bin/"})
                 if not path7z then