fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[fluid-dev] [PATCH 4/4] Use normal library name for OS/2


From: KO Myung-Hun
Subject: [fluid-dev] [PATCH 4/4] Use normal library name for OS/2
Date: Sun, 5 Feb 2017 19:53:50 +0900

Now, CMake for OS/2 can process a DLL name properly longer than 8
characters.
---
 fluidsynth/src/CMakeLists.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/fluidsynth/src/CMakeLists.txt b/fluidsynth/src/CMakeLists.txt
index e60037a..669804d 100644
--- a/fluidsynth/src/CMakeLists.txt
+++ b/fluidsynth/src/CMakeLists.txt
@@ -267,8 +267,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}
     )
-- 
2.11.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]