When trying to compile under macos (10.14) I get:
./src/derelict/sdl/macinit/SDLMain.d(28): Error: module `linux` is in file 'std/c/linux/linux.d' which cannot be read
which seems to make sense as I wouldn't expect linux specific files to be present under macos. Or am I missing something I should additionally install?