update inifile in order to close #612
This commit is contained in:
parent
ab0ac1be43
commit
7bbddf2dd6
14
dub.json
14
dub.json
|
@ -12,16 +12,18 @@
|
|||
"StdLoggerDisableWarning"
|
||||
],
|
||||
"dependencies" : {
|
||||
"libdparse": "~>0.8.0",
|
||||
"libdparse" : "~>0.8.0",
|
||||
"dsymbol" : "~>0.3.0",
|
||||
"inifiled" : "~>1.3.0",
|
||||
"inifiled" : "~>1.3.1",
|
||||
"emsi_containers" : "~>0.6.0",
|
||||
"libddoc" : "~>0.3.0-beta.1",
|
||||
"stdx-allocator" : "~>2.77.0"
|
||||
},
|
||||
"targetPath" : "bin",
|
||||
"stringImportPaths": ["bin"],
|
||||
"preGenerateCommands": [
|
||||
"rdmd --eval='auto dir=environment.get(`DUB_PACKAGE_DIR`); dir.buildPath(`bin`).mkdirRecurse; auto gitVer = (`git -C `~dir~` describe --tags`).executeShell; (gitVer.status == 0 ? gitVer.output : dir.dirName.baseName.findSplitAfter(environment.get(`DUB_ROOT_PACKAGE`)~`-`)[1]).ifThrown(`0.0.0`).toFile(dir.buildPath(`bin`, `dubhash.txt`));'",
|
||||
"stringImportPaths" : [
|
||||
"bin"
|
||||
],
|
||||
"preGenerateCommands" : [
|
||||
"rdmd --eval='auto dir=environment.get(`DUB_PACKAGE_DIR`); dir.buildPath(`bin`).mkdirRecurse; auto gitVer = (`git -C `~dir~` describe --tags`).executeShell; (gitVer.status == 0 ? gitVer.output : dir.dirName.baseName.findSplitAfter(environment.get(`DUB_ROOT_PACKAGE`)~`-`)[1]).ifThrown(`0.0.0`).toFile(dir.buildPath(`bin`, `dubhash.txt`));'"
|
||||
]
|
||||
}
|
||||
}
|
2
inifiled
2
inifiled
|
@ -1 +1 @@
|
|||
Subproject commit 9d7333ec17f116a05712a24df139ff2f212a9867
|
||||
Subproject commit cecaff8037a60db2a51c9bded4802c87d938a44e
|
Loading…
Reference in New Issue