From b09702acbf8f04feb30540e695a69bb6c85f4dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Sun, 20 Mar 2022 09:40:34 +0100 Subject: [PATCH] Build: NazaraCore doesn't require entt --- xmake.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xmake.lua b/xmake.lua index afed8eb31..dd1aeafbd 100644 --- a/xmake.lua +++ b/xmake.lua @@ -17,8 +17,7 @@ local modules = { elseif is_plat("linux") then add_syslinks("dl", "pthread", "uuid") end - end, - Packages = {"entt"} + end }, Graphics = { Deps = {"NazaraRenderer"},