mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
fix CMakeLists.txt vs. configure inconsistencies
- atomic subsystem is disabled by default (changed in configure) - SDL_WAYLAND_LIBDECOR is disabled by default if SDL_WAYLAND is not set (changed in CMakeLists.txt)
This commit is contained in:
7
configure
vendored
7
configure
vendored
@@ -17954,7 +17954,12 @@ SOURCES="$SOURCES $srcdir/src/locale/*.c"
|
||||
if test "${enable_atomic+set}" = set; then :
|
||||
enableval=$enable_atomic;
|
||||
else
|
||||
enable_atomic=yes
|
||||
case "$host" in
|
||||
*-*-emscripten*)
|
||||
enable_atomic=no;;
|
||||
*)
|
||||
enable_atomic=yes;;
|
||||
esac
|
||||
fi
|
||||
|
||||
if test x$enable_atomic != xyes; then
|
||||
|
||||
Reference in New Issue
Block a user