Skip to content

Commit

Permalink
Merge pull request #60 from veelo/Fix_dub_build
Browse files Browse the repository at this point in the history
Add missing source file.
  • Loading branch information
adamdruppe authored Sep 6, 2024
2 parents ba6da5a + b3b5202 commit 2dfd002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"buildRequirements": ["allowWarnings"],

"sourcePaths": ["Dscanner/libdparse/src"],
"sourceFiles": ["doc2.d", "latex.d", "jstex.d", "cgi.d", "comment.d", "stemmer.d", "dom.d", "archive.d", "jsvar.d", "script.d", "color.d", "Dscanner/src/astprinter.d"],
"sourceFiles": ["doc2.d", "latex.d", "jstex.d", "cgi.d", "comment.d", "stemmer.d", "dom.d", "archive.d", "jsvar.d", "script.d", "color.d", "syntaxhighlighter.d", "Dscanner/src/astprinter.d"],
"stringImportPaths": ["."],
"libs-posix": [ "z" ]
}

0 comments on commit 2dfd002

Please sign in to comment.