mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-28 06:52:57 +00:00
No longer prefix the lib folder for MSVC builds
This commit is contained in:
parent
9cd870ea7a
commit
f8470affc5
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ if ( CMAKE_SYSTEM MATCHES "OS2" )
|
|||
endif ( CMAKE_SYSTEM MATCHES "OS2" )
|
||||
|
||||
# Initialize the library directory name suffix.
|
||||
if (NOT MINGW)
|
||||
if (NOT MINGW AND NOT MSVC)
|
||||
if ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
|
||||
set ( _init_lib_suffix "64" )
|
||||
else ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
|
||||
|
|
Loading…
Reference in a new issue