Sync string import paths in dub.sdl

This commit is contained in:
MoonlightSentinel 2021-04-15 16:18:26 +02:00 committed by Nicholas Wilson
parent 541b27e12b
commit 7b29884001

View file

@ -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"
stringImportPaths "generated/dub"
stringImportPaths \
"src/dmd/res" \
"generated/dub"
dependency "dmd:root" version="*"
}