gtkd-developers / GtkD

GtkD is a D binding and OO wrapper of GTK+ originally created by Antonio Monteiro
http://gtkd.org
Other
322 stars 71 forks source link

fix make all on OSX #234

Closed timotheecour closed 6 years ago

timotheecour commented 6 years ago

/cc @MikeWey avoids: ld: unknown option: -dylib_install_name=libgtkd-3.0.dylib

and fixes https://github.com/gtkd-developers/GtkD/issues/233

If https://github.com/dlang/dmd/pull/7863 were accepted, this would've been simpler, eg: -L,comma_separated_link_flags

MikeWey commented 6 years ago

Thanks.