Skip to content

Commit c238fb5

Browse files
committed
fix: force simdutf atomic support
Signed-off-by: Matt Leon <mattleon@google.com>
1 parent 828f791 commit c238fb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bazel/external/simdutf.BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ cc_library(
88
name = "simdutf",
99
srcs = ["simdutf.cpp"],
1010
hdrs = ["simdutf.h"],
11+
defines = ["SIMDUTF_ATOMIC_REF=1"],
1112
)

0 commit comments

Comments
 (0)