aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh
index 5b83b32b1b..488fc801ef 100755
--- a/compile.sh
+++ b/compile.sh
@@ -140,7 +140,7 @@ darwin)
fi
PROTOC=${PROTOC:-third_party/protobuf/protoc.darwin}
- homebrew_header=$(ls -1 $(brew --prefix 2>/dev/null)/Cellar/libarchive/*/include/archive.h 2>/dev/null | head -n1)
+ homebrew_header=$(ls -1 $(brew --prefix libarchive 2>/dev/null)/Cellar/libarchive/*/include/archive.h 2>/dev/null | head -n1)
macports_header=/opt/local/include/archive.h
if [[ -e $homebrew_header ]]; then
# For use with Homebrew.