Fixed OSX build.

This commit is contained in:
bkaradzic 2014-07-07 19:53:00 -07:00
parent 3b3120c04d
commit 67847096db

View file

@ -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...