diff --git a/premake/premake4.lua b/premake/premake4.lua index d7b530c..7be9ad9 100644 --- a/premake/premake4.lua +++ b/premake/premake4.lua @@ -84,4 +84,9 @@ project "bx.test" "pthread", } + configuration { "osx" } + links { + "Cocoa.framework", + } + configuration {}