Pier Angelo Vendrame pushed to branch tor-browser-137.0a1-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

2 changed files:

Changes:

  • media/libaom/moz.build
    ... ... @@ -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"]

  • 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":
    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")