mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-04 19:55:19 +00:00
Fixed typo (thanks @Clownacy!)
This commit is contained in:
parent
a9a24ac000
commit
168e4eb532
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ if(USE_CLANG OR USE_GCC OR USE_INTELCC OR USE_TCC OR MSVC_VERSION GREATER 1400)
|
|||
endif()
|
||||
|
||||
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)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue