Skip to content

Commit

Permalink
chore: Remove unnecessary DYLD_LIBRARY_PATH and LD_LIBRARY_PATH assig…
Browse files Browse the repository at this point in the history
…nments
  • Loading branch information
shogo82148 committed May 29, 2024
1 parent 21e3645 commit 4cda07e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/build-openssl-darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,4 @@ echo "::endgroup::"
# configure for building Net::SSLeay
cat <<__END__ >> "$GITHUB_ENV"
OPENSSL_PREFIX=$PREFIX
DYLD_LIBRARY_PATH=$PREFIX/lib:$DYLD_LIBRARY_PATH
__END__
4 changes: 0 additions & 4 deletions .github/build-openssl-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,4 @@ echo "::endgroup::"
# configure for building Net::SSLeay
cat <<__END__ >> "$GITHUB_ENV"
OPENSSL_PREFIX=$PREFIX
LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
__END__

export LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH
sudo ldconfig

0 comments on commit 4cda07e

Please sign in to comment.