Skip to content

Commit

Permalink
Add import paths to fix libc import
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 13, 2021
1 parent a149c18 commit 35c27e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ targetPath "./src/build"
preBuildCommands "rdmd ./script/d_tree_sitter.d"

sourcePaths "./src"
importPaths "./src" "./src/d_tree_sitter"
mainSourceFile "./src/d_tree_sitter/d_tree_sitter.d"
sourceFiles "./src/d_tree_sitter/libc.d" // gen by dpp
extraDependencyFiles "./src/tree-sitter-version.txt" "./package.json" "./src/meson.build"
Expand Down

0 comments on commit 35c27e6

Please sign in to comment.