mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 05:27:48 +00:00
CMake: fixed logic error in setting -mfpmath=387.
Fixes Bugzilla #3565.
This commit is contained in:
@@ -540,7 +540,7 @@ if(ASSEMBLY)
|
||||
set(CMAKE_REQUIRED_FLAGS ${ORIG_CMAKE_REQUIRED_FLAGS})
|
||||
endif()
|
||||
|
||||
if(SSEMATH)
|
||||
if(NOT SSEMATH)
|
||||
if(SSE OR SSE2 OR SSE3)
|
||||
if(USE_GCC)
|
||||
list(APPEND EXTRA_CFLAGS "-mfpmath=387")
|
||||
|
||||
Reference in New Issue
Block a user