Enable multithreading on Linux by default.

This commit is contained in:
bkaradzic 2013-07-24 20:18:04 -07:00
parent 7606819e14
commit 84eec31043

View file

@ -110,6 +110,7 @@
# define BGFX_CONFIG_MULTITHREADED ( (!BGFX_CONFIG_RENDERER_NULL)&(0 \
| BX_PLATFORM_ANDROID \
| BX_PLATFORM_IOS \
| BX_PLATFORM_LINUX \
| BX_PLATFORM_NACL \
| BX_PLATFORM_OSX \
| BX_PLATFORM_QNX \