Skip to content

Commit b3c4bdd

Browse files
committed
shot myself in the foot with the fixed enum extension in HAL_ENUM
1 parent cb955ba commit b3c4bdd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

WORKSPACE

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,12 @@ MACOS_EXTRA_LINK_FLAGS = ["-Wl,-rpath,@loader_path"]
185185

186186
llvm_toolchain(
187187
name = "llvm_toolchain",
188+
conly_flags = {
189+
"darwin-aarch64": CONLY_FLAGS,
190+
"darwin-x86_64": CONLY_FLAGS,
191+
"linux-aarch64": CONLY_FLAGS,
192+
"linux-x86_64": CONLY_FLAGS,
193+
},
188194
cxx_standard = {"": "c++20"},
189195
extra_compile_flags = {
190196
"darwin-aarch64": MACOS_EXTRA_COMPILE_FLAGS,

0 commit comments

Comments
 (0)