Skip to content

Commit

Permalink
Update: Now redub should always copy missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
MrcSnm committed Oct 21, 2024
1 parent 15ac548 commit c7f077d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tools/hbuild/dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
},
Expand All @@ -20,10 +20,7 @@
"-lObjC", "-all_load"
],
"versions-windows": ["WindowsVista"],
"stringImportPaths": [
"../../build/scripts",
"source"
],
"stringImportPaths": ["source"],
"targetType": "executable",
"configurations": [
{
Expand All @@ -41,6 +38,7 @@
},
{
"name": "ci-win",
"dflags-ldc": ["-Oz"],
"dependencies": {
"arsd-official:minigui": "~>11.5.0"
},
Expand Down

0 comments on commit c7f077d

Please sign in to comment.