mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 09:08:22 -05:00
Manually integrated some FreeBSD changes from @lye #132 pull request.
This commit is contained in:
parent
112f04b2f8
commit
c16f7a0f1f
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
# define BGFX_CONFIG_RENDERER_OPENGL (0 \
|
||||
|| BX_PLATFORM_WINDOWS \
|
||||
|| BX_PLATFORM_LINUX \
|
||||
|| BX_PLATFORM_FREEBSD \
|
||||
|| BX_PLATFORM_OSX \
|
||||
? 1 : 0)
|
||||
# endif // BGFX_CONFIG_RENDERER_OPENGL
|
||||
|
@ -114,6 +115,7 @@
|
|||
|| BX_PLATFORM_ANDROID \
|
||||
|| BX_PLATFORM_IOS \
|
||||
|| BX_PLATFORM_LINUX \
|
||||
|| BX_PLATFORM_FREEBSD \
|
||||
|| BX_PLATFORM_NACL \
|
||||
|| BX_PLATFORM_OSX \
|
||||
|| BX_PLATFORM_QNX \
|
||||
|
|
Loading…
Reference in a new issue