Skip to content

Commit

Permalink
setup system includes for generated files on MacOS (pytorch#73591)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#73591

Test Plan: Imported from OSS

Reviewed By: malfet

Differential Revision: D34558342

Pulled By: dagitses

fbshipit-source-id: 6914a9a95d73105356e7b9c1543deab8bbdeec57
(cherry picked from commit 8b2e338)
  • Loading branch information
mikey dagitses authored and pytorchmergebot committed Mar 2, 2022
1 parent f087f1a commit 715c000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build --copt=-I.
# (e.g. c10/macros/cmake_macros.h) by making the generated directory a
# system include path.
build --copt=-isystem --copt bazel-out/k8-fastbuild/bin
build --copt=-isystem --copt bazel-out/darwin-fastbuild/bin
build --experimental_ui_max_stdouterr_bytes=2048576

# Configuration to disable tty features for environments like CI
Expand Down

0 comments on commit 715c000

Please sign in to comment.