mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1918268 - Vendor libwebrtc from 759f8d80f0 - moz.build file updates
This commit is contained in:
parent
d11e927320
commit
bbaf0093c1
2
CLOBBER
2
CLOBBER
@ -22,4 +22,4 @@
|
||||
# changes to stick? As of bug 928195, this shouldn't be necessary! Please
|
||||
# don't change CLOBBER for WebIDL changes any more.
|
||||
|
||||
Modified build files in third_party/libwebrtc - Bug 1918268 - Vendor libwebrtc from eb26634e6a
|
||||
Modified build files in third_party/libwebrtc - Bug 1918268 - Vendor libwebrtc from 759f8d80f0
|
||||
|
@ -132,13 +132,6 @@ if CONFIG["OS_TARGET"] == "WINNT":
|
||||
DEFINES["_WINDOWS"] = True
|
||||
DEFINES["__STD_C"] = True
|
||||
|
||||
OS_LIBS += [
|
||||
"crypt32",
|
||||
"iphlpapi",
|
||||
"secur32",
|
||||
"winmm"
|
||||
]
|
||||
|
||||
if CONFIG["TARGET_CPU"] == "aarch64":
|
||||
|
||||
DEFINES["WEBRTC_ARCH_ARM64"] = True
|
||||
|
Loading…
Reference in New Issue
Block a user