File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ jobs:
390
390
# eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
391
391
# echo $PERL_MB_OPT
392
392
#brew uninstall --ignore-dependencies openssl@1.1
393
- curl https://raw.githubusercontent.com/Homebrew/homebrew-core/ffa0f6655cbbbecaafb5334cefaae4c3eb1ffb8a/Formula/openssl%401.1.rb -o openssl\@1.1.rb
393
+ # curl https://raw.githubusercontent.com/Homebrew/homebrew-core/ffa0f6655cbbbecaafb5334cefaae4c3eb1ffb8a/Formula/openssl%401.1.rb -o openssl\@1.1.rb
394
394
#cat ./openssl\@1.1.rb
395
395
#brew install --build-from-source ./openssl\@1.1.rb
396
396
$CELL/bin/cpanm Crypt::CBC@2.33
@@ -428,7 +428,7 @@ jobs:
428
428
run : |
429
429
#CELL=`brew --prefix pioro/repo/perl@5.30`
430
430
CELL=`brew --prefix perl`
431
- OPENLIB=`brew --prefix openssl@1.1 `
431
+ OPENLIB=`brew --prefix openssl@3 `
432
432
CDIR=`pwd`
433
433
export PP=${CELL}/bin/pp
434
434
export LIBS="-l ${OPENLIB}/lib/libssl.dylib -l ${OPENLIB}/lib/libcrypto.dylib"
You can’t perform that action at this time.
0 commit comments