From 1d26bd0c8add6985213318f6785c29c39aa897ce Mon Sep 17 00:00:00 2001 From: Gregory Szorc Date: Tue, 22 Nov 2016 10:23:19 -0800 Subject: [PATCH] Bug 1319484 - Add MOZ_STYLO to build config; r=mshal Previously, we recorded it in defines. Let's add it in substs so more tools can key off it. MozReview-Commit-ID: HDrf46BCd6W --HG-- extra : rebase_source : be8cae71dfbe994fa6dadbdb0007e430413c743b extra : source : 9e707fcf47691a4684d7b6953dd8a08ae6687893 --- toolkit/moz.configure | 1 + 1 file changed, 1 insertion(+) diff --git a/toolkit/moz.configure b/toolkit/moz.configure index 00d2adb668b0..0207552bf8fc 100644 --- a/toolkit/moz.configure +++ b/toolkit/moz.configure @@ -569,6 +569,7 @@ def stylo(value): if value: return True +set_config('MOZ_STYLO', stylo) set_define('MOZ_STYLO', stylo) imply_option('--enable-jemalloc', depends_if('--enable-stylo')(lambda _: 'moz'))