Skip to content

Commit d3b0a80

Browse files
authored
Bazel: fix build issue on arm64 linux platform (#1571)
1 parent 0d377cc commit d3b0a80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ cc_library(
3737
]),
3838
copts = ["-w"] + select({
3939
"@platforms//os:windows": [""],
40+
"@platforms//cpu:arm64": [""],
4041
"//conditions:default": ["-mwaitpkg"],
4142
}),
4243
defines =

0 commit comments

Comments
 (0)