
Pier Angelo Vendrame pushed to branch tor-browser-137.0a1-15.0-1 at The Tor Project / Applications / Tor Browser Commits: 0e1a9ffa by Pier Angelo Vendrame at 2025-05-13T11:46:59+02:00 fixup! BB 42758: Fix WebRTC build errors. MB 436: Link to pthread on mingw. - - - - - 2 changed files: - media/libaom/moz.build - third_party/abseil-cpp/absl/base/base_gn/moz.build Changes: ===================================== media/libaom/moz.build ===================================== @@ -143,3 +143,6 @@ LOCAL_INCLUDES += [ # TEST_DIRS += [ # 'test/fuzztest' # ] + +if CONFIG["OS_TARGET"] == "WINNT" and CONFIG["CC_TYPE"] == "clang": + OS_LIBS += ["pthread"] ===================================== third_party/abseil-cpp/absl/base/base_gn/moz.build ===================================== @@ -168,4 +168,7 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": DEFINES["_GNU_SOURCE"] = True +if CONFIG["OS_TARGET"] == "WINNT" and CONFIG["CC_TYPE"] == "clang": + OS_LIBS += ["pthread"] + Library("base_gn") View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/0e1a9ffa... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/0e1a9ffa... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)