File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class HashVerify extends stream.Transform {
4141}
4242
4343const buildDarwin = async ( buildCwd , macOsDeploymentTarget ) => {
44- await execPromise ( `./Configure darwin64-x86_64-cc shared enable-ec_nistp_64_gcc_128 no-ssl2 no-ssl3 no-comp --prefix="${
44+ await execPromise ( `./Configure darwin64-x86_64-cc no- shared enable-ec_nistp_64_gcc_128 no-ssl2 no-ssl3 no-comp --prefix="${
4545 extractPath
4646 } " --openssldir="${ extractPath } " -mmacosx-version-min=${ macOsDeploymentTarget } `, {
4747 cwd : buildCwd
Original file line number Diff line number Diff line change 11@ call %1 %2
22
3- perl .\Configure %3 shared no-ssl2 no-ssl3 no-comp --prefix=" %cd% \.." --openssldir=" %cd% \.." || goto :error
3+ perl .\Configure %3 no- shared no-ssl2 no-ssl3 no-comp --prefix=" %cd% \.." --openssldir=" %cd% \.." || goto :error
44
55nmake || goto :error
66nmake test || goto :error
You can’t perform that action at this time.
0 commit comments