forked from kiss-community/repo
parent
8aea9c4e6f
commit
7cc6dd59f1
@ -7,6 +7,11 @@ done
|
||||
sed '/UNZIP/d' toolkit/moz.configure > _
|
||||
mv -f _ toolkit/moz.configure
|
||||
|
||||
# Remove upper limit on psutil for those encountering build errors when using
|
||||
# the python-psutil package in the community repo.
|
||||
sed 's/psutil>=5\.4\.2,<=5\.8\.0/psutil>=5\.4\.2/g' python/sites/mach.txt > _
|
||||
mv -f _ python/sites/mach.txt
|
||||
|
||||
# If using libc++, CXXSTDLIB needs to be set manually.
|
||||
case $("$CC" -print-file-name=libc++.so) in */*)
|
||||
export CXXSTDLIB=c++
|
||||
|
Loading…
Reference in New Issue
Block a user