fixing ci

This commit is contained in:
2025-04-13 18:52:37 +02:00
parent 512b8b61fe
commit 8e9a38ceb9
9 changed files with 126 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ local nzsl_included = false
function nzsl(backend)
if not nzsl_included then
add_repositories("nazara-engine-repo https://github.com/NazaraEngine/xmake-repo")
add_requires("nzsl >=2023.12.31", { configs = { shared = false, nzslc = true } })
add_requires("nzsl", { configs = { shared = false, nzslc = true } })
if is_cross() then
add_requires("nzsl~host", { kind = "binary", host = true })
end