rhel 7 might need libc++ bundled

This commit is contained in:
Tom Callaway 2018-03-20 12:44:57 -04:00
parent f525a513b3
commit 6113fdf4e8
1 changed files with 4 additions and 1 deletions

View File

@ -731,8 +731,11 @@ export CXX="g++"
export AR="ar"
export RANLIB="ranlib"
# NUKE FROM ORBIT
%if 0%{?rhel} == 7
# eh. rhel 7 might need this
%else
rm -rf buildtools/third_party/libc++/BUILD.gn
%endif
%if 0%{?nacl}
# prep the nacl tree