Bug 1918268 - Vendor libwebrtc from 759f8d80f0 - moz.build file updates

This commit is contained in:
Michael Froman 2024-09-30 10:29:07 -05:00
parent d11e927320
commit bbaf0093c1
2 changed files with 1 additions and 8 deletions

View File

@ -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

View File

@ -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