summaryrefslogtreecommitdiff
path: root/audio/libinstpatch/files/patch-CMakeLists.txt
blob: 517407cb36ddeae6b7e3bf223c4aca7f5d17b839 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- CMakeLists.txt.orig	2020-05-26 11:09:21 UTC
+++ CMakeLists.txt
@@ -45,7 +45,7 @@ option ( BUILD_SHARED_LIBS "Build a shared object or D
 
 # Initialize the library directory name suffix.
 if ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
-  set ( _init_lib_suffix "64" )
+  set ( _init_lib_suffix "" )
 else ( CMAKE_SIZEOF_VOID_P EQUAL 8 )
   set ( _init_lib_suffix "" )
 endif ( CMAKE_SIZEOF_VOID_P EQUAL 8 )