Skip to content

Commit da9c8a3

Browse files
authored
Update build_local.jl
1 parent 2785c0c commit da9c8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/build_local.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ else
176176
# Assume the compiler is clang if not GCC. `using_clang` is an option
177177
# introduced by Enzyme-JAX.
178178
push!(build_cmd_list, "--define=using_clang=true")
179-
push!(build_cmd_list, "--copt=\"-Wno-error=unused-command-line-argument\"")
179+
push!(build_cmd_list, "--copt=-Wno-error=unused-command-line-argument")
180180
end
181181
push!(build_cmd_list, "--color=$(parsed_args["color"])")
182182
push!(build_cmd_list, ":libReactantExtra.so")

0 commit comments

Comments
 (0)