coin-or / coinbrew

COIN-OR build and installation script
29 stars 15 forks source link

Suppress error message from ld on macOS #88

Closed mkoeppe closed 1 year ago

mkoeppe commented 1 year ago

It is not necessary to call ldconfig on macOS, and /usr/bin/ld does not accept --verbose, leading to the harmless but distracting error message ld: unknown option: --verbose to be displayed. This PR silences it.