From 67847096db0e70b60bed944cab32e98dd47ab69a Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Mon, 7 Jul 2014 19:53:00 -0700 Subject: [PATCH] Fixed OSX build. --- premake/bgfx.lua | 5 +++++ 1 file changed, 5 insertions(+) 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...