Update Firefox build targets

This commit is contained in:
Dan Stillman 2024-08-25 04:45:42 -04:00
parent ceb60f5ccc
commit f5247cff0d

View file

@ -1,8 +1,10 @@
# Set Z_ARCH=win32 on command line to build and package win32
if [ "$Z_ARCH" == "win32" ]; then
ac_add_options --target=i686-pc-mingw32
ac_add_options --target=i686-pc-windows-msvc
# https://bugzilla.mozilla.org/show_bug.cgi?id=1804548
ac_add_options --without-wasm-sandboxed-libraries
elif [ "$Z_ARCH" == "aarch64" ]; then
ac_add_options --target=aarch64-pc-windows-msvc
fi
ac_add_options --enable-bootstrap