Commit f043f10
committed
fix data/scripts/macos_bundle_libs.sh
the former failed on Mac OS X 10.11 with:
`sed: 1: "/LC_RPATH/,+2p": expected context address`.
The '+2' address seem to be GNU extension, although supported by current
macOSes (and busybox).
see also
<https://stackoverflow.com/questions/26124650/sed-use-expected-context-address>1 parent 663f5d8 commit f043f10
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments