Pier Angelo Vendrame pushed to branch mullvad-browser-137.0a1-15.0-1 at The Tor
Project / Applications / Mullvad Browser
Commits:
e0761819 by Pier Angelo Vendrame at 2025-05-12T17:31:44+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/mullvad-browser/-/commit/e0761819a5ea763613b6c42ee6afff72eabea1b5
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/e0761819a5ea763613b6c42ee6afff72eabea1b5
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]