DCD/common
Jeremy Baxter 57794ca875 Fix build on BSD
Added extra version statements for OpenBSD, NetBSD and DragonflyBSD,
as these are not included in the BSD version identifier.

Also removed the line `SHELL:=/usr/bin/env bash' from the top of the
makefile because most BSDs don't include bash in the base system, and
the build doesn't need it anyway.

On OpenBSD, using -inline with dmd causes the compiler to crash
because of insufficient memory (with 8 GB), so I added a couple of
ifneq's to use -inline only if the build is not running on OpenBSD.
2023-12-23 13:02:39 +01:00
..
src/dcd/common Fix build on BSD 2023-12-23 13:02:39 +01:00
dub.sdl upgrade msgpack to ~>1.0, add dub.selections.json 2023-01-06 01:30:14 +02:00
dubhash.d Move dcd.common into separate subpackage 2020-04-29 14:26:24 +02:00