diff --git a/tools/hbuild/dub.json b/tools/hbuild/dub.json index 3faae829..be99c551 100644 --- a/tools/hbuild/dub.json +++ b/tools/hbuild/dub.json @@ -6,7 +6,7 @@ "dependencies": { "arsd-official:terminal": "~>11.5.0", "arsd-official:cgi": "~>11.5.0", - "redub": "~>1.13.1", + "redub": "~>1.13.3", "archive": "~>0.7.1", "wasm-sourcemaps": {"repository": "git+https://github.com/MrcSnm/wasm-sourcemaps", "version": "69e6c80"} }, @@ -20,10 +20,7 @@ "-lObjC", "-all_load" ], "versions-windows": ["WindowsVista"], - "stringImportPaths": [ - "../../build/scripts", - "source" - ], + "stringImportPaths": ["source"], "targetType": "executable", "configurations": [ { @@ -41,6 +38,7 @@ }, { "name": "ci-win", + "dflags-ldc": ["-Oz"], "dependencies": { "arsd-official:minigui": "~>11.5.0" },