-
-
Notifications
You must be signed in to change notification settings - Fork 670
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cgo: use -I instead of -iquote for source header directories (#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. Fixes #2685
- Loading branch information
Jay Conrod
authored
Oct 23, 2020
1 parent
2bada59
commit 765f676
Showing
2 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters