Win32/MinGW: Add "-Wl," to linker options

floating-point
Nicolas Hake 2012-06-08 13:30:51 +02:00
parent f53f7224b7
commit afe90a6da7
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ endif()
if(WIN32 AND MINGW) if(WIN32 AND MINGW)
# Activate DEP and ASLR # Activate DEP and ASLR
list(APPEND OC_EXE_LINKER_FLAGS "--nxcompat --dynamicbase") list(APPEND OC_EXE_LINKER_FLAGS "-Wl,--nxcompat -Wl,--dynamicbase")
endif() endif()
############################################################################ ############################################################################
# List target source files. Don't directly create a target since we condi- # List target source files. Don't directly create a target since we condi-