commit | a202be30ab7620ec18b8588df391c2f09bb0afda | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Tue Aug 05 14:30:23 2014 +0200 |
committer | David 'Digit' Turner <digit@google.com> | Tue Aug 05 14:30:23 2014 +0200 |
tree | d973d9df7293858fd03e17144f650d62886cb085 | |
parent | a2c0e0aa91d469aa0df41b26f6631dd0980681fc [diff] |
rebuild.sh: Fix PKG_CONFIG definition.
diff --git a/scripts/rebuild.sh b/scripts/rebuild.sh index 84a7546..eeb072f 100755 --- a/scripts/rebuild.sh +++ b/scripts/rebuild.sh
@@ -146,7 +146,6 @@ ORIGINAL_PATH=$PATH export PKG_CONFIG=$(which pkg-config 2>/dev/null) -PKG_CONFIG= if [ "$PKG_CONFIG" ]; then log "Found pkg-config at: $PKG_CONFIG" else