Commit c6437d5
authored
Clang + libstdc++ binaries to use rpath (#632)
Binaries built with clang + libstdc++ from brew GCC didn't actually use
same libstdc++ at runtime. Instead, they used system provided libstdc++.
This change adds an rpath linker command to instruct ldd to load
libstdc++.so.6 from the same brew GCC library dir that is used during
linking.1 parent 1071f8d commit c6437d5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
| 189 | + | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
0 commit comments