oops - syntax error in build script.
This commit is contained in:
parent
8dd932da31
commit
1fe3edec04
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user