trivial changes to run CI with dmd 2.085.1
This commit is contained in:
parent
d42fec7590
commit
5663bb4ff3
|
|
@ -32,10 +32,10 @@ import dsymbol.modulecache;
|
|||
/// Name of the server configuration file
|
||||
enum CONFIG_FILE_NAME = "dcd.conf";
|
||||
|
||||
version(linux) version = useXDG;
|
||||
version(BSD) version = useXDG;
|
||||
version(linux) version = useXDG;
|
||||
version(BSD) version = useXDG;
|
||||
version(FreeBSD) version = useXDG;
|
||||
version(OSX) version = useXDG;
|
||||
version(OSX) version = useXDG;
|
||||
|
||||
/**
|
||||
* Locates the configuration file
|
||||
|
|
|
|||
Loading…
Reference in New Issue