summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 40383dc..ab4b8a4 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -640,6 +640,7 @@ MOZ_SMP_FLAGS=-j1
echo "mk_add_options MOZ_MAKE_FLAGS=\"$MOZ_SMP_FLAGS\"" >> .mozconfig
echo "mk_add_options MOZ_SERVICES_SYNC=1" >> .mozconfig
echo "export STRIP=/bin/true" >> .mozconfig
+export MACH_USE_SYSTEM_PYTHON=1
%if %{build_with_pgo}
%if %{pgo_wayland}
xvfb-run mutter --wayland --nested &
bgstack15