Change dflags to be compiler-agnostic

This commit is contained in:
Mike Bierlee 2015-03-09 00:07:40 +01:00
parent 077ed39b9a
commit d1e3366549

View file

@ -16,7 +16,7 @@
"sourcePaths": [
"test"
],
"dflags-dmd": [
"dflags": [
"-main"
]
},