Skip to content

Commit

Permalink
Use NaCl includes as system includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Maratyszcza committed Feb 23, 2017
1 parent 24e57de commit f539f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confu/tools/toolchains/nacl.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(self, target, toolchain):
def write_variables(self, ninja):
super(NaClToolchain, self).write_variables(ninja)

ninja.variable("includes", "-I" + self.pepper_include_dir)
ninja.variable("includes", "-isystem " + self.pepper_include_dir)
ninja.variable("lddirs", "-L" + self.pepper_lib_dir)

if self.target.is_pnacl:
Expand Down

0 comments on commit f539f38

Please sign in to comment.