summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-09-16 11:30:28 +0200
committerMartin Stransky <stransky@redhat.com>2020-09-16 11:30:28 +0200
commitedcdab91353c8bd6e07964222f5d20d5f64bf2fc (patch)
tree0d8d78bb952c5c829a7720a667aaa1589da3edac /firefox.spec
parentAdded WebGL dmabuf fixes (diff)
downloadlibrewolf-fedora-ff-edcdab91353c8bd6e07964222f5d20d5f64bf2fc.tar.gz
librewolf-fedora-ff-edcdab91353c8bd6e07964222f5d20d5f64bf2fc.tar.bz2
librewolf-fedora-ff-edcdab91353c8bd6e07964222f5d20d5f64bf2fc.zip
Added MACH_USE_SYSTEM_PYTHON=1
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