2
0

oops - syntax error in build script.

This commit is contained in:
Maarten Billemont 2014-11-18 15:33:19 -05:00
parent 8dd932da31
commit 1fe3edec04

View File

@ -249,7 +249,7 @@ mpw-bench() {
### TARGETS ### TARGETS
haslib() { haslib() {
LC_ALL=C cc -l"$1" 2>&1 | ! grep -q 'library not found' ! LC_ALL=C cc -l"$1" 2>&1 | grep -q 'library not found'
} }
cc() { cc() {
if hash llvm-gcc 2>/dev/null; then if hash llvm-gcc 2>/dev/null; then