author | Jorg K <jorgk@jorgk.com> |
Mon, 10 Jul 2017 13:07:29 +0200 | |
changeset 28431 | 7e89569fe183633ed9519198d15833e5b1bb07ae |
parent 28430 | 18217986ac6a0d930b6dc7d693045c2eb7045b50 |
child 28432 | a6a1279292d055c75b9554b01dab78b1cd9f27de |
push id | 1986 |
push user | clokep@gmail.com |
push date | Wed, 02 Aug 2017 14:43:31 +0000 |
treeherder | comm-beta@b51c9adf2c9e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bustage-fix |
bugs | 1379339 |
--- a/build/macosx/mozconfig.common +++ b/build/macosx/mozconfig.common @@ -1,5 +1,9 @@ if test `uname -s` = Linux; then . $topsrcdir/build/macosx/cross-mozconfig.common else . $topsrcdir/build/macosx/local-mozconfig.common fi + +# Enable stylo in automation builds. +# Can be removed after bug 1375774 is resolved. +ac_add_options --enable-stylo=build