mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 23:11:41 +00:00
Use normal library name for OS/2
Now, CMake for OS/2 can process a DLL name properly longer than 8 characters. Signed-off-by: derselbst <tom.mbrt@googlemail.com>
This commit is contained in:
parent
0130cbdd4d
commit
692e6ef2ce
1 changed files with 1 additions and 2 deletions
|
@ -264,8 +264,7 @@ if ( MACOSX_FRAMEWORK )
|
|||
elseif ( OS2 )
|
||||
set_target_properties ( libfluidsynth
|
||||
PROPERTIES
|
||||
OUTPUT_NAME "fluidsyn"
|
||||
ARCHIVE_OUTPUT_NAME "fluidsynth"
|
||||
OUTPUT_NAME "fluidsynth"
|
||||
VERSION ${LIB_VERSION_INFO}
|
||||
SOVERSION ${LIB_VERSION_CURRENT}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue