Files
ports/games/regoth/files/patch-lib_bgfx-cmake_bx_src_thread.cpp
T
Steve Wills c7310d73ab games/regoth: create port
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>
2020-01-06 01:24:33 +00:00

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 \