nsis packaging
All checks were successful
Linux arm64 / Build (push) Successful in 2m16s

This commit is contained in:
2025-07-29 21:13:10 +02:00
parent 86a034a4ac
commit 7977fb976b
6 changed files with 32 additions and 10 deletions

View File

@@ -11,6 +11,7 @@ option_end()
if has_config("external_build") then
add_requires("sfml 3.0.0", "zlib", {system = false})
add_defines("JMINOS_IGNORE_WORKDIR")
else
add_requires("sfml 3.0.0", "zlib")
end
@@ -52,7 +53,7 @@ if is_plat("mingw") then
add_ldflags("-static-libstdc++", "-static")
end
includes("./xpack.lua")
includes("xmake/xpack.lua")
--
-- If you want to known more usage about xmake, please see https://xmake.io