зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1909234 - Vendor libwebrtc from 67fd83eae2 - moz.build file updates
This commit is contained in:
Родитель
9d7302f53c
Коммит
152af4522c
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 1909234 - Vendor libwebrtc from 79492bfe99
|
||||
Modified build files in third_party/libwebrtc - Bug 1909234 - Vendor libwebrtc from 67fd83eae2
|
||||
|
|
|
@ -124,6 +124,13 @@ 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
|
||||
|
|
|
@ -128,6 +128,13 @@ 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
|
||||
|
|
|
@ -128,6 +128,13 @@ 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
|
||||
|
|
|
@ -128,6 +128,13 @@ 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
|
||||
|
|
|
@ -124,6 +124,13 @@ 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
|
||||
|
|
Загрузка…
Ссылка в новой задаче