From 7b29884001b27b417bc62faa64812baf91f59500 Mon Sep 17 00:00:00 2001 From: MoonlightSentinel Date: Thu, 15 Apr 2021 16:18:26 +0200 Subject: [PATCH] Sync string import paths in dub.sdl --- dub.sdl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dub.sdl b/dub.sdl index a2e1eb5cf1..98c9cff15a 100644 --- a/dub.sdl +++ b/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" - stringImportPaths "generated/dub" + stringImportPaths \ + "src/dmd/res" \ + "generated/dub" dependency "dmd:root" version="*" }