Commit fe5d0ce
committed
FreeBSD: Fix rpath to swift runtimes
The build_os in build-script includes the platform version number from
the target triple. The runtimes are installed to a location that does
not include the version number, resulting in the swift-driver failing
to launch due to not finding libswiftCore. Fixing the rpath to avoid
requiring folks to manually specify the correct location through
environment variables.1 parent fec47e6 commit fe5d0ce
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
108 | 113 | | |
109 | 114 | | |
110 | 115 | | |
| |||
0 commit comments