Skip to content

Commit

Permalink
[workspace] Support fmt v9 on macOS wheel (#17743)
Browse files Browse the repository at this point in the history
Followup to #17739.
  • Loading branch information
svenevs authored Aug 18, 2022
1 parent 769c2ca commit 33a3348
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/skylark/pybind.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,9 @@ def _generate_pybind_documentation_header_impl(ctx):

# TODO(jamiesnape): Remove this line when #14034 is resolved.
args.add("-DDRAKE_COMMON_SYMBOLIC_EXPRESSION_DETAIL_HEADER")

# TODO(svenevs): Remove when drake uses fmt 9+ ostream behavior.
args.add("-DFMT_DEPRECATED_OSTREAM=1")
args.add_all(
targets.compile_flags + target_deps.compile_flags,
uniquify = True,
Expand Down

0 comments on commit 33a3348

Please sign in to comment.