Skip to content

Commit

Permalink
build: fix bazel build bug (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
chloro-pn authored Dec 17, 2023
1 parent 5cf47ad commit 2afd463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/config/copt.bzl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ASYNC_SIMPLE_COPTS = select({
"//bazel/config:msvc_compiler": [
"@com_github_async_simple//bazel/config:msvc_compiler": [
"/std:c++20",
"/await:strict",
"/EHa"
Expand Down

0 comments on commit 2afd463

Please sign in to comment.