wasm CI fixes

This commit is contained in:
Lynix
2023-02-05 11:13:16 +01:00
parent f20af22f03
commit 63429cba62
4 changed files with 2 additions and 226 deletions

View File

@@ -226,7 +226,6 @@ else
end
add_repositories("nazara-engine-repo https://github.com/NazaraEngine/xmake-repo")
--add_repositories("local-repo xmake-repo")
add_requires("nazarautils")
add_requires("nzsl", { debug = is_mode("debug"), configs = { with_symbols = not is_mode("release"), shared = not is_plat("wasm") } })