Merge pull request #284387 from mweinelt/buildmozillamach-pgo-flags

buildMozillaMach: fix pgo configure flags

authored by Martin Weinelt and committed by GitHub 68330abc b2029806

+3 -5
+3 -5
pkgs/applications/networking/browsers/firefox/common.nix
··· 320 unset 'configureFlagsArray[i]' 321 fi 322 done 323 - configureFlagsArray+=( 324 - "--enable-profile-use=cross" 325 - "--with-pgo-profile-path="$TMPDIR/merged.profdata"" 326 - "--with-pgo-jarlog="$TMPDIR/jarlog"" 327 - ) 328 ${lib.optionalString stdenv.hostPlatform.isMusl '' 329 LDFLAGS="$OLD_LDFLAGS" 330 unset OLD_LDFLAGS
··· 320 unset 'configureFlagsArray[i]' 321 fi 322 done 323 + appendToVar configureFlags --enable-profile-use=cross 324 + appendToVar configureFlags --with-pgo-profile-path=$TMPDIR/merged.profdata 325 + appendToVar configureFlags --with-pgo-jarlog=$TMPDIR/jarlog 326 ${lib.optionalString stdenv.hostPlatform.isMusl '' 327 LDFLAGS="$OLD_LDFLAGS" 328 unset OLD_LDFLAGS