Build: NazaraCore doesn't require entt

This commit is contained in:
Jérôme Leclercq 2022-03-20 09:40:34 +01:00
parent 0469ecb300
commit b09702acbf
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ local modules = {
elseif is_plat("linux") then
add_syslinks("dl", "pthread", "uuid")
end
end,
Packages = {"entt"}
end
},
Graphics = {
Deps = {"NazaraRenderer"},