Skip to content

Commit

Permalink
Add settings to generateBazelRc
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Jan 5, 2024
1 parent db6a9c1 commit 3c612da
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ generateBazelRc dir = do
\ build:linux-bindist --incompatible_enable_cc_toolchain_resolution \n\
\ build:macos-bindist --incompatible_enable_cc_toolchain_resolution \n\
\ build:windows-bindist --incompatible_enable_cc_toolchain_resolution \n\
\ common --enable_platform_specific_config \n\
\ common:macos --repo_env=BAZEL_USE_CPP_ONLY_TOOLCHAIN=1 \n\
\ common:windows --repo_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 \n\
\ ")

setupWorkspace :: IO (String, String)
Expand Down

0 comments on commit 3c612da

Please sign in to comment.