Remove 'or macosx' for linking libuuid

This commit is contained in:
flakey5 2022-04-29 21:46:25 -07:00
parent ccf45c14c5
commit 081bf725be

View File

@ -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" }