small fix

This commit is contained in:
Tomasz Duda 2024-07-24 21:48:08 +02:00
parent e6e35f74d4
commit b1a46a9fb2

View file

@ -64,6 +64,7 @@ def clang_options(idedata):
else: else:
cmd.extend( cmd.extend(
[ [
# disable built-in include directories from the host
"-nostdinc++", "-nostdinc++",
] ]
) )