Commit f66ad5f
committed
Disable interface library -soname if already passed
The default toolchain already passes a linker flag for `-soname` which
results in a different soname than the one being computed here. The one
from the toolchain is correct, so if that's already being passed, we
don't need to pass this one. This is probably a good path to removing
this one off logic entirely.1 parent 128cf88 commit f66ad5f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
0 commit comments