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 39de894aa5..c7302f9af9 100755
--- a/compile.sh
+++ b/compile.sh
@@ -126,7 +126,7 @@ linux)
MD5SUM="md5sum"
# JAVA_HOME must point to a Java 8 installation.
JAVA_HOME=${JAVA_HOME:-$(readlink -f $(which javac) | sed "s_/bin/javac__")}
- PROTOC=${PROTOC:-third_party/protobuf/protoc.amd64}
+ PROTOC=${PROTOC:-third_party/protobuf/protoc.linux-i686}
;;
darwin)