We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1a3dc commit 95d6827Copy full SHA for 95d6827
ci/vcpkg/ports.patch
@@ -64,3 +64,15 @@ index 4611af6..d11936f 100644
64
set(brew_package_name "python")
65
set(apt_package_name "python3")
66
endif()
67
+diff --git a/ports/openssl/unix/CMakeLists.txt b/ports/openssl/unix/CMakeLists.txt
68
+index 75c21805a..f95792a74 100644
69
+--- a/ports/openssl/unix/CMakeLists.txt
70
++++ b/ports/openssl/unix/CMakeLists.txt
71
+@@ -224,6 +224,7 @@ else()
72
+ "--prefix=${CMAKE_INSTALL_PREFIX}"
73
+ "--libdir=${CMAKE_INSTALL_PREFIX}/lib"
74
+ "--openssldir=/etc/ssl"
75
++ "--cross-compile-prefix=\"\""
76
+ ${CFLAGS}
77
+ VERBATIM
78
+ APPEND
0 commit comments