Added MACH_USE_SYSTEM_PYTHON=1

This commit is contained in:
Martin Stransky 2020-09-16 11:30:28 +02:00
parent 096b8b8fb5
commit edcdab9135
1 changed files with 1 additions and 0 deletions

View File

@ -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 &