Merge pull request #7 from jmdavis/dub
Another attempt at making d-yaml work with dub.
This commit is contained in:
commit
f1438ec0d3
2
cdc.d
2
cdc.d
|
@ -165,7 +165,7 @@ void main(string[] args)
|
|||
auto dbg = ["-debug", "-gc"];
|
||||
auto optimize = ["-O", "-inline", "-release", "-noboundscheck"];
|
||||
auto profile = ["-O", "-release", "-noboundscheck", "-gc"];
|
||||
auto lib_src = ["dyaml/", "yaml.d"];
|
||||
auto lib_src = ["source"];
|
||||
|
||||
void compile_(string[] args, string[] files)
|
||||
{
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../dyaml/
|
Loading…
Reference in a new issue