dlang-community / D-Scanner

Swiss-army knife for D source code
Boost Software License 1.0
238 stars 80 forks source link

Fix build on BSD #943

Closed jtbx closed 6 months ago

jtbx commented 6 months ago

Removed the line SHELL:=/usr/bin/env bash. Most BSDs don't ship bash in the base system by default and the build doesn't need it anyway.

Also added some more version statements to define useXDG for the other BSDs (version(BSD) only applies for BSDs without version identifiers)