diff --git a/premake/bgfx.lua b/premake/bgfx.lua index c2f8795e..d0c183e1 100644 --- a/premake/bgfx.lua +++ b/premake/bgfx.lua @@ -82,6 +82,11 @@ project "bgfx-shared-lib" BGFX_DIR .. "src/**.mm", } + configuration { "osx" } + links { + "Cocoa.framework", + } + configuration { "vs* or linux or mingw or osx or ios*" } includedirs { --nacl has GLES2 headers modified...