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

Make Makefile work better for distributions #279

Closed ximion closed 5 years ago

ximion commented 5 years ago

Hi! We have been carrying these patches forever in Debian, and I think it makes sense to just upstream them. Since the wrap/ directory doesn't exist in release tarballs, we make the build not fail in case it is missing, and also make the Makefile prefer linker/compiler flags from the environment over its own, to respect distribution defaults. Cheers, Matthias