Update xmake.lua

SirLynix-patch-3
Jérôme Leclercq 1 year ago committed by GitHub
parent 975e0fd1f7
commit 32a33a19b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      packages/y/yasm/xmake.lua

@ -20,10 +20,10 @@ package("yasm")
end
on_install("@windows", "@mingw", "@msys", function (package)
os.mv("vsyasm.exe", "yasm.exe")
os.cp("vsyasm.exe", "yasm.exe")
os.cp("*", package:installdir("bin"))
end)
on_install("@linux", "@macosx", function (package)
local configs = {"--disable-python"}
if package:debug() then
@ -35,4 +35,3 @@ package("yasm")
on_test(function (package)
os.vrun("yasm --version")
end)

Loading…
Cancel
Save