|
@@ -42,6 +42,7 @@ sync() {
|
|
|
|
|
|
|
|
install() {
|
|
install() {
|
|
|
bold "flatbuffers install"
|
|
bold "flatbuffers install"
|
|
|
|
|
+ echo 1
|
|
|
case "$(uname)" in
|
|
case "$(uname)" in
|
|
|
"Linux")
|
|
"Linux")
|
|
|
if [ -z "$(which cmake)" ]; then
|
|
if [ -z "$(which cmake)" ]; then
|
|
@@ -56,7 +57,7 @@ install() {
|
|
|
esac
|
|
esac
|
|
|
echo "Build flatbuffers..."
|
|
echo "Build flatbuffers..."
|
|
|
pushd "${third_party}/flatbuffers" > /dev/null
|
|
pushd "${third_party}/flatbuffers" > /dev/null
|
|
|
- cmake -G "Unix Makefiles"
|
|
|
|
|
|
|
+ cmake -G "Unix Makefiles" .
|
|
|
make
|
|
make
|
|
|
popd > /dev/null
|
|
popd > /dev/null
|
|
|
if [ ! -d "${virtualenv}" ]; then
|
|
if [ ! -d "${virtualenv}" ]; then
|