Skip to content

Commit 9add8df

Browse files
authored
Update build_local.jl
1 parent 557f09a commit 9add8df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/build_local.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ else
172172
push!(build_cmd_list, "--define=using_clang=true")
173173
push!(build_cmd_list, "--copt=-Wno-unused-command-line-argument")
174174
end
175+
push!(build_cmd_list, "--copt=-Wno-private-header")
175176
push!(build_cmd_list, "--color=$(parsed_args["color"])")
176177
push!(build_cmd_list, ":libReactantExtra.so")
177178

0 commit comments

Comments
 (0)