mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
Sync string import paths in dub.sdl
This commit is contained in:
parent
541b27e12b
commit
7b29884001
1 changed files with 3 additions and 1 deletions
4
dub.sdl
4
dub.sdl
|
@ -47,7 +47,9 @@ subPackage {
|
||||||
|
|
||||||
preGenerateCommands `"%DUB_EXE%" --arch=%DUB_ARCH% --compiler="%DC%" --single "%DUB_PACKAGE_DIR%config.d" -- "%DUB_PACKAGE_DIR%generated/dub" "%DUB_PACKAGE_DIR%VERSION"` platform="windows"
|
preGenerateCommands `"%DUB_EXE%" --arch=%DUB_ARCH% --compiler="%DC%" --single "%DUB_PACKAGE_DIR%config.d" -- "%DUB_PACKAGE_DIR%generated/dub" "%DUB_PACKAGE_DIR%VERSION"` platform="windows"
|
||||||
|
|
||||||
stringImportPaths "generated/dub"
|
stringImportPaths \
|
||||||
|
"src/dmd/res" \
|
||||||
|
"generated/dub"
|
||||||
|
|
||||||
dependency "dmd:root" version="*"
|
dependency "dmd:root" version="*"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue