Build fix for OSX gmake. Outstanding issues: gmake binaries fail for unknown reason, XCode projects not picking up bx/include/compat/osx for unknown reason.

This commit is contained in:
Garett Bass 2013-05-05 23:10:01 -07:00
parent f3b4852160
commit 7e128dfae7
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ project "bgfx"
BGFX_DIR .. "src/**.mm",
}
configuration { "vs* or linux or mingw" }
configuration { "vs* or linux or mingw or osx" }
includedirs {
--nacl has GLES2 headers modified...
BGFX_DIR .. "3rdparty/glext",

View file

@ -80,7 +80,7 @@ namespace bgfx
[glView release];
}
void GlContext::resize(uint32_t _width, uint32_t _height)
void GlContext::resize(uint32_t _width, uint32_t _height, bool _vsync)
{
}