Skip to content

Commit

Permalink
Add the Kong output dir to the include dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Sep 3, 2023
1 parent 44a27f3 commit e2e46f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions kmake/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ function compileKong(project: Project, from: string, to: string, platform: strin
fs.ensureDirSync(to);

project.addFile(to + '/**', undefined);
project.addIncludeDir(to);

let params: string[] = [];
params.push('-p');
Expand Down
1 change: 1 addition & 0 deletions lib/kmake/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e2e46f9

Please sign in to comment.