early-access version 2853
This commit is contained in:
13
externals/vcpkg/ports/libftdi/dont_use_lib64.patch
vendored
Executable file
13
externals/vcpkg/ports/libftdi/dont_use_lib64.patch
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index b68de29..2eda29e 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -44,7 +44,7 @@ IF(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
SET(LIB_SUFFIX "")
|
||||
SET(PACK_ARCH "")
|
||||
ELSE(CMAKE_SIZEOF_VOID_P EQUAL 8)
|
||||
- SET(LIB_SUFFIX 64)
|
||||
+ SET(LIB_SUFFIX "")
|
||||
SET(PACK_ARCH .x86_64)
|
||||
endif(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
|
Reference in New Issue
Block a user