You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cgo: use -I instead of -iquote for source header directories (bazel-contrib#2687)
The go command uses -I for package directories, which makes
directories available for "" and <> includes. We should do the same.
We no longer use ctx.build_file_path, since that directory might not
actually provide any build files, and its value changed in Bazel
3.7.0.
Fixesbazel-contrib#2685
0 commit comments