update inifile in order to close #612

This commit is contained in:
Basile Burg 2018-04-22 22:22:35 +02:00
parent ab0ac1be43
commit 7bbddf2dd6
2 changed files with 9 additions and 7 deletions

View File

@ -14,14 +14,16 @@
"dependencies" : { "dependencies" : {
"libdparse" : "~>0.8.0", "libdparse" : "~>0.8.0",
"dsymbol" : "~>0.3.0", "dsymbol" : "~>0.3.0",
"inifiled" : "~>1.3.0", "inifiled" : "~>1.3.1",
"emsi_containers" : "~>0.6.0", "emsi_containers" : "~>0.6.0",
"libddoc" : "~>0.3.0-beta.1", "libddoc" : "~>0.3.0-beta.1",
"stdx-allocator" : "~>2.77.0" "stdx-allocator" : "~>2.77.0"
}, },
"targetPath" : "bin", "targetPath" : "bin",
"stringImportPaths": ["bin"], "stringImportPaths" : [
"bin"
],
"preGenerateCommands" : [ "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`));'", "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`));'"
] ]
} }

@ -1 +1 @@
Subproject commit 9d7333ec17f116a05712a24df139ff2f212a9867 Subproject commit cecaff8037a60db2a51c9bded4802c87d938a44e