diff --git a/src/platform/nix/premake5.lua b/src/platform/nix/premake5.lua index 98dbf98..7c3519d 100644 --- a/src/platform/nix/premake5.lua +++ b/src/platform/nix/premake5.lua @@ -10,10 +10,9 @@ project "OpenLara" files { "main.cpp", "../../libs/stb_vorbis/stb_vorbis.c", "../../libs/minimp3/minimp3.cpp", "../../libs/tinf/tinflate.c" } - filter "system:Linux" - filter "toolset:gcc or clang" - links { "X11", "GL", "m", "pthread", "pulse-simple", "pulse" } - defines { "POSIX_THREADS", "POSIX_READER_WRITER_LOCKS" } + filter { "system:Linux", "toolset:gcc or clang" } + links { "X11", "GL", "m", "pthread", "pulse-simple", "pulse" } + defines { "POSIX_THREADS", "POSIX_READER_WRITER_LOCKS" } filter "configurations:Debug" defines { "DEBUG" }