1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/community/libftdi1/01-CMakeLists-no-lib-suffix.patch
2016-08-18 21:21:06 +02:00

11 lines
361 B
Diff

--- a/CMakeLists.txt 2014-11-21 17:42:17.000000000 +0100
+++ b/CMakeLists.txt 2016-05-22 23:04:12.640297140 +0200
@@ -55,7 +55,7 @@
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 ()