This repository was archived by the owner on Nov 6, 2022. It is now read-only.
Commit fd3850c
Makefile: set install_name on macos
install_name on Mach-O is similar to SONAME on ELF, except that it needs
a full path instead of just the basename.
Fixes: #356
PR-URL: #358
Reviewed-By: Ben Noordhuis <[email protected]>1 parent 89279ab commit fd3850c
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
0 commit comments