mirror of
https://codeberg.org/kiss-community/repo
synced 2025-03-25 15:24:48 -06:00
firefox: fix build with libc++. See #282
This commit is contained in:
parent
d3adf1adec
commit
131c2d6502
@ -39,6 +39,11 @@ mv -f _ "$_f"
|
||||
)
|
||||
export PATH="$PWD/junk/bin:$PATH"
|
||||
|
||||
# If using libc++, CXXSTDLIB needs to be set manually.
|
||||
case $("${CC:-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}"
|
||||
|
Loading…
Reference in New Issue
Block a user