Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Jun 11, 2024
1 parent c172e3b commit b0375a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,9 +794,9 @@ def generate_version_info(webrtc_src_dir, webrtc_package_dir):
(['.'], ''),
(['build'], 'BUILD'),
(['buildtools'], 'BUILDTOOLS'),
(['buildtools', 'third_party', 'libc++', 'trunk'], 'BUILDTOOLS_THIRD_PARTY_LIBCXX_TRUNK'),
(['buildtools', 'third_party', 'libc++abi', 'trunk'], 'BUILDTOOLS_THIRD_PARTY_LIBCXXABI_TRUNK'),
(['buildtools', 'third_party', 'libunwind', 'trunk'], 'BUILDTOOLS_THIRD_PARTY_LIBUNWIND_TRUNK'),
(['third_party', 'libc++', 'src'], 'THIRD_PARTY_LIBCXX_SRC'),
(['third_party', 'libc++abi', 'src'], 'THIRD_PARTY_LIBCXXABI_SRC'),
(['third_party', 'libunwind', 'src'], 'THIRD_PARTY_LIBUNWIND_SRC'),
(['third_party'], 'THIRD_PARTY'),
(['tools'], 'TOOLS'),
]
Expand Down

0 comments on commit b0375a4

Please sign in to comment.