Update for latest NZSL version

This commit is contained in:
SirLynix
2022-07-16 14:17:04 +02:00
parent 96599d1116
commit 6882163693
14 changed files with 12 additions and 19 deletions

View File

@@ -147,7 +147,8 @@ add_requires("openal-soft", { configs = { shared = true }})
add_requires("newtondynamics", { debug = is_plat("windows") and is_mode("debug") }) -- Newton doesn't like compiling in Debug on Linux
add_repositories("nazara-engine-repo https://github.com/NazaraEngine/xmake-repo")
add_requires("nazarautils", "nzsl", { debug = is_mode("debug") })
add_requires("nazarautils")
add_requires("nzsl", { debug = is_mode("debug"), configs = { with_symbols = not is_mode("release"), shared = true } })
if is_plat("macosx") then
add_requires("libx11")