From fbdecf0f0d1c1d1098b9998c8d954f026a459e2b Mon Sep 17 00:00:00 2001 From: dr460nf1r3 Date: Sun, 15 May 2022 10:39:50 +0200 Subject: [PATCH] And another one --- PKGBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 3a94e31db7a..9b952b61aa1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -243,7 +243,7 @@ build() { export MOZ_NOSPAM=1 export MOZBUILD_STATE_PATH="$srcdir/mozbuild" - export BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=system + export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=system # LTO needs more open files ulimit -n 4096 @@ -251,14 +251,12 @@ build() { # Do 3-tier PGO echo "Building instrumented browser..." - cat >.mozconfig ../mozconfig - <