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