alexbrainman / odbc

odbc driver written in go
BSD 3-Clause "New" or "Revised" License
352 stars 140 forks source link

fix ld warning on macOS #112

Closed yyt030 closed 6 years ago

yyt030 commented 6 years ago

on new macOS, no such /opt/ directory, so run go app vis odbc, always happen the ld warning. example:

ld: warning: directory not found for option '-L/opt/local/lib'
alexbrainman commented 6 years ago

Thank you, @yyt030

Alex