mirror of
https://github.com/libsdl-org/SDL.git
synced 2024-11-26 21:33:26 +08:00
cmake: fixed a typo.
This commit is contained in:
parent
e6c878824c
commit
f9581178de
@ -112,8 +112,8 @@ endif()
|
||||
# for systems without support. It's not currently enough to not use
|
||||
# pthread functions in a pthread-build; it won't start up on unsupported
|
||||
# browsers. As such, you have to explicitly enable it on Emscripten builds
|
||||
# for the time being. This default with change to ON once this becomes
|
||||
# commonly supported in browsers or the Emscripten teams makes a single
|
||||
# for the time being. This default will change to ON once this becomes
|
||||
# commonly supported in browsers or the Emscripten team makes a single
|
||||
# binary work everywhere.
|
||||
if (UNIX_OR_MAC_SYS AND NOT EMSCRIPTEN)
|
||||
set(SDL_PTHREADS_DEFAULT ON)
|
||||
|
Loading…
Reference in New Issue
Block a user