Skip to content

Commit

Permalink
Another library paths change
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Apr 24, 2024
1 parent a55e13e commit b1d66da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@ jobs:
# Apparently this one already has this rpath, which will throw an error from install_name_tool.
#install_name_tool -add_rpath '@executable_path/../lib' ${{ env.RELEASE_DIR }}/deps/cvc5/lib/libcvc5.1.dylib
install_name_tool -add_rpath '@executable_path/../lib' ${{ env.RELEASE_DIR }}/deps/cvc5/bin/cvc5
# TODO(@gussmith23): Remove when https://github.com/cvc5/cvc5/issues/10681 resolved.
install_name_tool -change "/Users/runner/work/lakeroad/lakeroad/cvc5/build/deps/lib/libpoly.0.dylib" @rpath/libpoly.0.dylib "${{ env.RELEASE_DIR }}/deps/cvc5/lib/libcvc5.1.dylib"
install_name_tool -change "/Users/runner/work/lakeroad/lakeroad/cvc5/build/deps/lib/libpolyxx.0.dylib" @rpath/libpolyxx.0.dylib "${{ env.RELEASE_DIR }}/deps/cvc5/lib/libcvc5.1.dylib"
# Build Yices2.
# TODO(@gussmith23): hardcoded versions will break eventually.
Expand Down

0 comments on commit b1d66da

Please sign in to comment.