Update xmake.lua
This commit is contained in:
parent
d1e5846f15
commit
ff16970542
|
|
@ -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") } })
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue