Commit d485b3f
committed
build: add DT_SONAME for ELF libraries
ELF libraries should have DT_SONAME set so that they can be loaded
properly. This is needed currently since we do not use proper CMake
support for Swift and that requires that we pass along the -soname
flag to the linker ourselves. Account for that.1 parent a15b58d commit d485b3f
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
137 | 141 | | |
138 | 142 | | |
139 | 143 | | |
| |||
0 commit comments