2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

firefox: update for new env

This commit is contained in:
Dylan Araps 2021-07-18 07:16:48 +03:00
parent 1bcbe81f8e
commit da3cec65bc
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -44,11 +44,6 @@ case $("$CC" -print-file-name=libc++.so) in */*)
export CXXSTDLIB=c++
esac
# Bypass 'ccache' as it's totally useless when building
# Firefox and only slows things down.
export CC="${CC:-/usr/bin/cc}"
export CXX="${CXX:-/usr/bin/c++}"
export LDFLAGS="$LDFLAGS -Wl,-rpath=/usr/lib/firefox,--enable-new-dtags"
export RUSTFLAGS="$RUSTFLAGS -Cdebuginfo=0"
export MACH_USE_SYSTEM_PYTHON=1