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
2 changed files:
Changes:
| ... | ... | @@ -143,3 +143,6 @@ LOCAL_INCLUDES += [ |
| 143 | 143 | # TEST_DIRS += [
|
| 144 | 144 | # 'test/fuzztest'
|
| 145 | 145 | # ]
|
| 146 | + |
|
| 147 | +if CONFIG["OS_TARGET"] == "WINNT" and CONFIG["CC_TYPE"] == "clang":
|
|
| 148 | + OS_LIBS += ["pthread"] |
| ... | ... | @@ -168,4 +168,7 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": |
| 168 | 168 | |
| 169 | 169 | DEFINES["_GNU_SOURCE"] = True
|
| 170 | 170 | |
| 171 | +if CONFIG["OS_TARGET"] == "WINNT" and CONFIG["CC_TYPE"] == "clang":
|
|
| 172 | + OS_LIBS += ["pthread"]
|
|
| 173 | + |
|
| 171 | 174 | Library("base_gn") |