mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 07:23:35 +00:00
fixing ci
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user