Skip to content

Commit

Permalink
feat: add OSX support
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
  • Loading branch information
grant authored and jskeet committed Jul 9, 2020
1 parent 5eee30a commit 49b4741
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ case "$OSTYPE" in
PROTOBUF_PLATFORM=win64
PROTOC=tmp/bin/protoc.exe
;;
darwin*)
PROTOBUF_PLATFORM=osx-x86_64
PROTOC=tmp/protobuf/bin/protoc
;;
*)
echo "Unknown OSTYPE: $OSTYPE"
exit 1
Expand Down

0 comments on commit 49b4741

Please sign in to comment.