Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update RPATH and fully guard ORIGIN parameter expansion (#277)
* fix: Use single '$' for ORIGIN parameter expansion * Use of '$$' for the parameter expansion of ORIGIN results in a failure to properly resolve $ORIGIN and for LDFLAGS to be set improperly. Use '$ORIGIN' instead. * Set RPATH in LDFLAGS at ./autogen and ./configure time * Set RPATH to support both local and cibuildwheel wheel builds. * Set LDFLAGS for to be written into the Makefiles generated by both the calls to ./autogen.sh and ./configure.
- Loading branch information
0791aa9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commit message here is wrong. Please see the PR body in PR #277 for what was actually done.