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 b8e6f9d commit 778b0eaCopy full SHA for 778b0ea
src/SPC/builder/macos/library/openssl.php
@@ -42,7 +42,8 @@ protected function build()
42
"{$this->builder->configure_env} ./Configure no-shared {$extra} " .
43
'--prefix=/ ' . // use prefix=/
44
"--libdir={$lib} " .
45
- " darwin64-{$this->builder->arch}-cc"
+ '--openssldir=/System/Library/OpenSSL ' .
46
+ "darwin64-{$this->builder->arch}-cc"
47
)
48
->exec('make clean')
49
->exec("make -j{$this->builder->concurrency} CNF_EX_LIBS=\"{$ex_lib}\"")
0 commit comments