|
|
@@ -381,7 +381,7 @@ end
|
|
|
import("lib.detect.find_file")
|
|
|
local path7z = nil
|
|
|
if is_plat("windows") then
|
|
|
- path7z = "$(buildir)/../7za.exe"
|
|
|
+ path7z = "$(programdir)/winenv/bin/7z.exe"
|
|
|
elseif is_plat("linux") then
|
|
|
path7z = find_file("7z", { "/usr/bin/"})
|
|
|
if not path7z then
|