Skip to content

Commit fb60817

Browse files
authored
Update to latest libssh and openssl (#10)
1 parent d26939b commit fb60817

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

libssh-mirror

Submodule libssh-mirror updated from 0cceefd to e832281

openssl

Submodule openssl updated 1714 files

openssl.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ project.tasks.create("configureOpenSSL", Exec) {
1212
// a custom installation location.
1313
executable "perl"
1414
def configureLocation = project.file("$project.openssl_dir/Configure")
15-
args configureLocation, "no-shared", "--prefix=${project.openssl_install}"
15+
args configureLocation, "no-shared", "--prefix=${project.openssl_install}", "--libdir=lib"
1616
workingDir project.openssl_build_dir
1717

1818
// Add the arch specifier for Windows.

0 commit comments

Comments
 (0)