mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-28 06:52:57 +00:00
Fix "-mms-bitfields" option.
This commit is contained in:
parent
2ffad4dd2c
commit
02d7ab6939
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ if ( WIN32 )
|
|||
# MinGW compiler (a Windows GCC port)
|
||||
if ( MINGW )
|
||||
set ( MINGW32 1 )
|
||||
add_definitions ( -mms-bitfields )
|
||||
add_compile_options ( -mms-bitfields )
|
||||
endif ( MINGW )
|
||||
else ( WIN32 )
|
||||
# Check PThreads, but not in Windows
|
||||
|
|
Loading…
Reference in a new issue