mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
39947d1f70
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
12 lines
319 B
Diff
12 lines
319 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -55,7 +55,7 @@ if ( NOT DEFINED LIB_SUFFIX )
|
|
AND NOT EXISTS "/etc/debian_version"
|
|
AND NOT EXISTS "/etc/arch-release" )
|
|
if ( "${CMAKE_SIZEOF_VOID_P}" EQUAL "8" )
|
|
- set ( LIB_SUFFIX 64 )
|
|
+ set ( LIB_SUFFIX "" )
|
|
endif ()
|
|
endif ()
|
|
endif ()
|