summaryrefslogtreecommitdiff
path: root/data/buildscripts/mozconfig-mac
AgeCommit message (Collapse)Author
2020-04-17Don't disable WebRTC at build time.Amin Bandali
* data/buildscripts/mozconfig-gnulinux, data/buildscripts/mozconfig-mac, data/buildscripts/mozconfig-windows: Remove `ac_add_options --disable-webrtc'. Apparently these predate the addition of about:config options for finer WebRTC-related settings. Not doing this allows users to enable and use WebRTC if they wish to, without having to rebuild IceCat. We can decide whether we would like to enable or disable WebRTC out of the box in settings.js, depending on if it can be left enabled safely.
2016-11-21Enabled intl-api at buildRuben Rodriguez
2015-12-22Updated build scripts for multiarch v38.xRuben Rodriguez
2015-03-09Tune-up build scripts for multi-platform batch buildingRuben Rodriguez
2015-03-08Added buildscripts and needed changes to crosscompile packages for MacOS, ↵Ruben Rodriguez
Windows and Android