mirror of https://github.com/adamdruppe/arsd.git
Merge branch 'master' into master
This commit is contained in:
commit
6a8a9c3cfe
2
dub.json
2
dub.json
|
@ -191,6 +191,7 @@
|
||||||
"description": "Javascript-like object in D, capable of json read/write/manipulation.",
|
"description": "Javascript-like object in D, capable of json read/write/manipulation.",
|
||||||
"targetType": "sourceLibrary",
|
"targetType": "sourceLibrary",
|
||||||
"importPaths": ["."],
|
"importPaths": ["."],
|
||||||
|
"dflags": ["-mv=arsd.jsvar=jsvar.d"],
|
||||||
"sourceFiles": ["jsvar.d"]
|
"sourceFiles": ["jsvar.d"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -199,6 +200,7 @@
|
||||||
"targetType": "sourceLibrary",
|
"targetType": "sourceLibrary",
|
||||||
"dependencies": {"arsd-official:jsvar":"*"},
|
"dependencies": {"arsd-official:jsvar":"*"},
|
||||||
"importPaths": ["."],
|
"importPaths": ["."],
|
||||||
|
"dflags": ["-mv=arsd.script=script.d"],
|
||||||
"sourceFiles": ["script.d"]
|
"sourceFiles": ["script.d"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue