Deps libdir for libcurl on linux to land to the same directory
as openssl libraries.
Follow-up to 170650169c
This commit is contained in:
parent
170650169c
commit
38d06d57a0
1
deps/deps-linux.cmake
vendored
1
deps/deps-linux.cmake
vendored
@ -47,6 +47,7 @@ ExternalProject_Add(dep_libcurl
|
||||
URL_HASH SHA256=cc245bf9a1a42a45df491501d97d5593392a03f7b4f07b952793518d97666115
|
||||
BUILD_IN_SOURCE 1
|
||||
CONFIGURE_COMMAND ./configure
|
||||
"--libdir=${DESTDIR}/usr/local/lib"
|
||||
--enable-static
|
||||
--disable-shared
|
||||
"--with-ssl=${DESTDIR}/usr/local"
|
||||
|
Loading…
Reference in New Issue
Block a user