diff --git a/xmake.lua b/xmake.lua index 243a746e7..4c5ec28c8 100644 --- a/xmake.lua +++ b/xmake.lua @@ -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") } })