Update xmake.lua

SirLynix-patch-3
ruki 7 months ago committed by GitHub
parent f5cf7b3741
commit c48efe80d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/y/yasm/xmake.lua

@ -10,7 +10,7 @@ package("yasm")
add_deps("cmake")
on_install(function (package)
on_install("@windows", "@linux", "@macosx", "@msys", function (package)
local configs = {"-DYASM_BUILD_TESTS=OFF"}
table.insert(configs, "-DCMAKE_BUILD_TYPE=" .. (package:debug() and "Debug" or "Release"))
import("package.tools.cmake").install(package, configs)

Loading…
Cancel
Save