c7310d73ab
An open source reimplementation of the zEngine, a game engine used by "Gothic" and "Gothic II". WWW: https://github.com/REGoth-project/REGoth PR: 227844 Submitted by: Greg V <greg@unrelenting.technology>
11 lines
286 B
C++
11 lines
286 B
C++
--- lib/bgfx-cmake/bx/src/thread.cpp.orig 2018-04-24 22:27:07 UTC
|
|
+++ lib/bgfx-cmake/bx/src/thread.cpp
|
|
@@ -7,6 +7,7 @@
|
|
|
|
#if BX_PLATFORM_ANDROID \
|
|
|| BX_PLATFORM_LINUX \
|
|
+ || BX_PLATFORM_BSD \
|
|
|| BX_PLATFORM_IOS \
|
|
|| BX_PLATFORM_OSX \
|
|
|| BX_PLATFORM_PS4 \
|