Skip to content

Commit

Permalink
Cleanup after configure
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed May 11, 2017
1 parent 4f487cc commit 9ec8897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cleanup
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
rm -f src/Makevars
rm -f src/Makevars autobrew
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
else
curl -sfL "https://jeroen.github.io/autobrew/$PKG_BREW_NAME" > autobrew
source autobrew
rm autobrew
fi
PKG_CFLAGS="-I$BREWDIR/opt/$PKG_BREW_NAME/include/hiredis -D_FILE_OFFSET_BITS=64"
PKG_LIBS="-L$BREWDIR/opt/$PKG_BREW_NAME/lib $PKG_LIBS"
Expand Down

0 comments on commit 9ec8897

Please sign in to comment.