From 19f3413dbc4bda45df09ddfbe882c41fc81350d8 Mon Sep 17 00:00:00 2001 From: Philipp Wollermann Date: Fri, 12 Jun 2015 08:39:25 +0000 Subject: Improve platform and CPU detection, use the correct protoc binary for the running system. Tested on OS X 10.10, Debian 8.1 (x86_64) and Debian 8.1 (i686). -- MOS_MIGRATED_REVID=95819163 --- compile.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'compile.sh') diff --git a/compile.sh b/compile.sh index c2b467e793..163eb5c847 100755 --- a/compile.sh +++ b/compile.sh @@ -26,7 +26,6 @@ cd "$(dirname "$0")" source scripts/bootstrap/buildenv.sh - function usage() { [ -n "${1:-build}" ] && echo "Invalid command(s): $1" >&2 echo "syntax: $0 [command[,command]* [BAZEL_BIN [BAZEL_SUM]]]" >&2 -- cgit v1.2.3