SirLynix-patch-3
Jérôme Leclercq 8 months ago committed by GitHub
parent 8c81009aaa
commit f5cf7b3741
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      packages/y/yasm/xmake.lua

@ -4,10 +4,12 @@ package("yasm")
set_description("Modular BSD reimplementation of NASM.")
set_license("BSD-2-Clause")
add_urls("https://github.com/yasm/yasm/archive/refs/tags/$(version.tar.gz",
add_urls("https://github.com/yasm/yasm/archive/refs/tags/$(version).tar.gz",
"https://github.com/yasm/yasm.git")
add_versions("v1.3.0", "f708be0b7b8c59bc1dbe7134153cd2f31faeebaa8eec48676c10f972a1f13df3")
add_deps("cmake")
on_install(function (package)
local configs = {"-DYASM_BUILD_TESTS=OFF"}
table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:debug() and "Debug" or "Release"))

Loading…
Cancel
Save