Skip to content

Commit

Permalink
Fix protobuf build script: ISSUE #10
Browse files Browse the repository at this point in the history
  • Loading branch information
solrex committed May 11, 2017
1 parent 8e0c936 commit ca1ac2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/build-protobuf-3.1.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function build-Linux {
make ${MAKE_FLAGS}
make install
fi
cd ..
cd ../..
rm -f protobuf
ln -s ${TARGET}-protobuf protobuf
}
Expand Down Expand Up @@ -133,7 +133,7 @@ function build-Android {
cd ../..
fi
cd ${TARGET}-protobuf/bin
ln -sf ../../protobuf-Linux/bin/protoc protoc
ln -sf ../../Linux-protobuf/bin/protoc protoc
cd ../..
}

Expand Down

0 comments on commit ca1ac2c

Please sign in to comment.