another -I flag

This commit is contained in:
rkapka
2020-10-19 17:41:41 +02:00
parent 2954a41d76
commit 9255133d99

View File

@@ -89,6 +89,7 @@ def _impl(ctx):
"-Wall",
"-Wthread-safety",
"-Wself-assign",
"-I" + sdkroot + "usr/include",
] + system_include_flags,
),
],
@@ -140,7 +141,7 @@ def _impl(ctx):
"-L"+ sdkroot + "usr/lib",
"-undefined",
"dynamic_lookup",
"-I" + sdkroot + "usr/include"
"-I" + sdkroot + "usr/include",
],
),
],