Update xmake.lua

This commit is contained in:
SirLynix 2023-02-26 14:19:43 +01:00
parent d1e5846f15
commit ff16970542
1 changed files with 0 additions and 1 deletions

View File

@ -209,7 +209,6 @@ option("unitybuild", { description = "Build the engine using unity build", defau
-- Nazara dependencies
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", "android") } })