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: Thu, 5 Oct 2017 20:43:52 +0900

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

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6147b69..6ffd6fd 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -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}
     )
-- 
2.13.3




reply via email to

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