mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #209] Hardcoded -install_name prefix on macOS #171
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#171
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sjmulder on GitHub (Dec 12, 2018).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/209
Originally assigned to: @jmcnamara on GitHub.
(Relates to #205)
src/Makefilehas this bit:This is incorrect when building with another prefix. pkgsrc happens to have a check for this and signals an error:
Should be
/opt/pkg/lib/libxlsxwriter.dylibin my case.I'd say this should be changed to
$(PREFIX)/lib/$(LIBXLSXWRITER_SO)but I'm not familiar with macOS' dynamic linker.@jmcnamara commented on GitHub (Feb 12, 2019):
Closing. Superseded by #216