Skip to content

Commit

Permalink
add -I /usr/local/include/x86_64-linux-gnu/chibicc
Browse files Browse the repository at this point in the history
we can put our headers there instead
  • Loading branch information
Reinhard Urban committed Feb 16, 2023
1 parent d12c5e3 commit 9edf93e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ static void add_default_include_paths(char *argv0) {

// Add standard include paths.
strarray_push(&include_paths, "/usr/local/include");
strarray_push(&include_paths, "/usr/local/include/x86_64-linux-gnu/chibicc");
strarray_push(&include_paths, "/usr/include/x86_64-linux-gnu");
strarray_push(&include_paths, "/usr/include");

Expand Down

0 comments on commit 9edf93e

Please sign in to comment.