Commit e0761819 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! BB 42758: Fix WebRTC build errors.

MB 436: Link to pthread on mingw.
parent 62f02a4c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -143,3 +143,6 @@ LOCAL_INCLUDES += [
#         TEST_DIRS += [
#             'test/fuzztest'
#     ]

if CONFIG["OS_TARGET"] == "WINNT" and CONFIG["CC_TYPE"] == "clang":
    OS_LIBS += ["pthread"]
+3 −0
Original line number Diff line number Diff line
@@ -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")