mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 04:54:05 -05:00
another -I flag
This commit is contained in:
@@ -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",
|
||||
],
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user