mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 04:13:50 +00:00
Deps libdir for openssl on linux
This commit is contained in:
2
deps/deps-linux.cmake
vendored
2
deps/deps-linux.cmake
vendored
@@ -31,7 +31,7 @@ ExternalProject_Add(dep_libopenssl
|
|||||||
BUILD_IN_SOURCE 1
|
BUILD_IN_SOURCE 1
|
||||||
CONFIGURE_COMMAND ./config
|
CONFIGURE_COMMAND ./config
|
||||||
"--prefix=${DESTDIR}/usr/local"
|
"--prefix=${DESTDIR}/usr/local"
|
||||||
"--libdir=${DESTDIR}/usr/local/lib"
|
"--libdir=lib"
|
||||||
no-shared
|
no-shared
|
||||||
no-ssl3-method
|
no-ssl3-method
|
||||||
no-dynamic-engine
|
no-dynamic-engine
|
||||||
|
|||||||
Reference in New Issue
Block a user