Fixed typo (thanks @Clownacy!)
This commit is contained in:
@@ -174,7 +174,7 @@ if(USE_CLANG OR USE_GCC OR USE_INTELCC OR USE_TCC OR MSVC_VERSION GREATER 1400)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(SDL_GCC_ATOMICS_DEFAULT OFF)
|
set(SDL_GCC_ATOMICS_DEFAULT OFF)
|
||||||
if(USE_GCC OR USE_CLANG OR USE_INTELCC OR USE_QCC OR TCC)
|
if(USE_GCC OR USE_CLANG OR USE_INTELCC OR USE_QCC OR USE_TCC)
|
||||||
set(SDL_GCC_ATOMICS_DEFAULT ON)
|
set(SDL_GCC_ATOMICS_DEFAULT ON)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user