Skip to content

Commit

Permalink
fix build failed on windows (#99)
Browse files Browse the repository at this point in the history
Using the current default configuration, build failed on Windows.
  • Loading branch information
wuwen5 authored Jul 15, 2022
1 parent e5d747f commit 507ac49
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 @@ -2,5 +2,6 @@ build --enable_platform_specific_config
build --features=-supports_dynamic_linker
build --cxxopt=-std=c++17
build:windows --cxxopt=-std:c++17
build:windows --copt=/wd4716

try-import %workspace%/user.bazelrc

0 comments on commit 507ac49

Please sign in to comment.