diff --git a/premake5.lua b/premake5.lua index 6ed733b7..82c7093c 100644 --- a/premake5.lua +++ b/premake5.lua @@ -248,7 +248,7 @@ defines { "LUA_USE_MACOSX" } links { "CoreServices.framework", "Foundation.framework", "Security.framework", "readline" } - filter "system:linux or macosx" + filter "system:linux" links { "uuid" } filter { "system:macosx", "action:gmake" }