mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-15 20:30:49 +00:00
Remove debug postfix for MSVC build
This commit is contained in:
parent
f8470affc5
commit
3acf461346
1 changed files with 3 additions and 1 deletions
|
@ -179,7 +179,9 @@ if ( WIN32 )
|
|||
set ( WINDOWS_LIBS "dsound;winmm;ws2_32" )
|
||||
set ( LIBFLUID_CPPFLAGS "-DFLUIDSYNTH_DLL_EXPORTS" )
|
||||
set ( FLUID_CPPFLAGS "-DFLUIDSYNTH_NOT_A_DLL" )
|
||||
set ( CMAKE_DEBUG_POSTFIX "_debug" )
|
||||
if (NOT MSVC)
|
||||
set ( CMAKE_DEBUG_POSTFIX "_debug" )
|
||||
endif()
|
||||
# MinGW compiler (a Windows GCC port)
|
||||
if ( MINGW )
|
||||
set ( MINGW32 1 )
|
||||
|
|
Loading…
Reference in a new issue