Added new OS X build options to version string.

master
Camilla Berglund ago%!(EXTRA string=12 years)
parent 231ee1bdc7
commit a0e4fad65a
  1. 6
      src/cocoa_init.m

@ -146,6 +146,12 @@ const char* _glfwPlatformGetVersionString(void)
const char* version = _GLFW_VERSION_FULL
#if defined(_GLFW_BUILD_DLL)
" dynamic"
#endif
#if defined(_GLFW_USE_CHDIR)
" chdir"
#endif
#if defined(_GLFW_USE_MENUBAR)
" menubar"
#endif
;

Loading…
Cancel
Save