Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2020-03-19 23:33:03 +0300
committerbubnikv <bubnikv@gmail.com>2020-03-19 23:33:03 +0300
commit170650169ce29754911968854fc1a1efc5497052 (patch)
tree4dd0e8448cda4ab729fe5a72f78219811175acb8
parentd5149275b0eb4d59785c7b094ae11306b9d4d93f (diff)
Deps libdir for openssl on linuxversion_2.2.0-rc5
-rw-r--r--deps/deps-linux.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/deps-linux.cmake b/deps/deps-linux.cmake
index 770a091b6..9050a0701 100644
--- a/deps/deps-linux.cmake
+++ b/deps/deps-linux.cmake
@@ -31,7 +31,7 @@ ExternalProject_Add(dep_libopenssl
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND ./config
"--prefix=${DESTDIR}/usr/local"
- "--libdir=${DESTDIR}/usr/local/lib"
+ "--libdir=lib"
no-shared
no-ssl3-method
no-dynamic-engine