From 9197bf964d75a81774fba0dbae2520b3059d920b Mon Sep 17 00:00:00 2001 From: SirLynix Date: Wed, 27 Jul 2022 23:25:45 +0200 Subject: [PATCH] Fix previous commit --- xmake.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index 0c57504d7..fa7b4a895 100644 --- a/xmake.lua +++ b/xmake.lua @@ -152,7 +152,6 @@ add_requires("libvorbis", { configs = { with_vorbisenc = false } }) add_requires("openal-soft", { configs = { shared = true }}) add_requires("newtondynamics", { debug = is_plat("windows") and is_mode("debug") }) -- Newton doesn't like compiling in Debug on Linux -add_repositories("local-repo xmake-repo") add_repositories("nazara-engine-repo https://github.com/NazaraEngine/xmake-repo") add_requires("nazarautils") add_requires("nzsl", { debug = is_mode("debug"), configs = { with_symbols = not is_mode("release"), shared = true } })