зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1621696 - Disable building WinToast on mingw r=froydnj
mingw has a number of problems building WinToast, including WinToast requiring headers that mingw does not provide. Differential Revision: https://phabricator.services.mozilla.com/D73953
This commit is contained in:
Родитель
997d7bd4f2
Коммит
2752ee0112
|
@ -44,6 +44,7 @@ ac_add_options --enable-proxy-bypass-protection
|
|||
ac_add_options --disable-webrtc # Bug 1393901
|
||||
ac_add_options --disable-geckodriver # Bug 1489320
|
||||
ac_add_options --disable-update-agent # Bug 1561797
|
||||
ac_add_options --disable-default-browser-agent # WinToast does not build on mingw
|
||||
|
||||
# Find our toolchain
|
||||
HOST_CC="$MOZ_FETCHES_DIR/clang/bin/clang"
|
||||
|
|
|
@ -44,6 +44,7 @@ ac_add_options --enable-proxy-bypass-protection
|
|||
ac_add_options --disable-webrtc # Bug 1393901
|
||||
ac_add_options --disable-geckodriver # Bug 1489320
|
||||
ac_add_options --disable-update-agent # Bug 1561797
|
||||
ac_add_options --disable-default-browser-agent # WinToast does not build on mingw
|
||||
|
||||
# Find our toolchain
|
||||
HOST_CC="$MOZ_FETCHES_DIR/clang/bin/clang"
|
||||
|
|
Загрузка…
Ссылка в новой задаче