Skip to content

Commit

Permalink
Attempt to fix apr build
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed Aug 7, 2024
1 parent 27ddb3b commit 1a43780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/third_party/apr/BUILD.apr.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ configure_make(
"--disable-shared",
],
env = select({
"@platforms//os:macos": {"AR": ""},
"@platforms//os:macos": {"AR": "", "CPPFLAGS": "-DAPR_IOVEC_DEFINED"},
"//conditions:default": {},
}),
lib_name = LIB_NAME,
Expand Down

0 comments on commit 1a43780

Please sign in to comment.