Skip to content

Commit 05b8dfe

Browse files
committed
fix windows flag syntx
1 parent a41d806 commit 05b8dfe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/bzlmod/.bazelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ common --lockfile_mode=update
1010
# https://bazel.build/reference/command-line-reference#common_options-flag--enable_platform_specific_config
1111
common --enable_platform_specific_config
1212

13-
common:windows --cxxopt=/std=c++17
14-
common:windows --host_cxxopt=/std=c++17
13+
common:windows --cxxopt=/std:c++17
14+
common:windows --host_cxxopt=/std:c++17
1515
common:linux --cxxopt=-std=c++17
1616
common:linux --host_cxxopt=-std=c++17
1717
common:macos --cxxopt=-std=c++17

0 commit comments

Comments
 (0)