Unverified Commit a0735614 authored by Georg Koppen's avatar Georg Koppen
Browse files

Bug 27503: Adapt mozconfig files to enable accessibility on Windows

When bumping mingw-w64 for the crash fix in #28874 we forgot to adapt
our Windows mozconfig files to take into account that we don't need to
define CXXFLAGS anymore. The changes landed in commit
a91a7e405752bbdbe39101f7aaeb1e1d932199db in the mingw-w64 repo.
parent 1f83faba
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
CROSS_COMPILE=1

# https://bugzilla.mozilla.org/show_bug.cgi?id=1411401
export CXXFLAGS="-DWIDL_EXPLICIT_AGGREGATE_RETURNS"

ac_add_options --enable-application=browser
ac_add_options --target=i686-w64-mingw32
ac_add_options --with-toolchain-prefix=i686-w64-mingw32-
+0 −3
Original line number Diff line number Diff line
CROSS_COMPILE=1

# https://bugzilla.mozilla.org/show_bug.cgi?id=1411401
export CXXFLAGS="-DWIDL_EXPLICIT_AGGREGATE_RETURNS"

ac_add_options --enable-application=browser
ac_add_options --target=x86_64-w64-mingw32
ac_add_options --with-toolchain-prefix=x86_64-w64-mingw32-