summaryrefslogtreecommitdiffstats
path: root/.travis/install-flatbuffers.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/install-flatbuffers.sh')
-rwxr-xr-x.travis/install-flatbuffers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install-flatbuffers.sh b/.travis/install-flatbuffers.sh
index f97248c7..1ff8fcc2 100755
--- a/.travis/install-flatbuffers.sh
+++ b/.travis/install-flatbuffers.sh
@@ -6,7 +6,7 @@ tar xvfa /tmp/flatbuffers.tar.gz
6cd flatbuffers-1.8.0 6cd flatbuffers-1.8.0
7mkdir build 7mkdir build
8cd build 8cd build
9cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX=/usr 9cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DFLATBUFFERS_BUILD_SHAREDLIB=ON
10ninja && sudo ninja install 10ninja && sudo ninja install
11cd 11cd
12rm -rf /tmp/flatbuffers.tar.gz /tmp/flatbuffers-1.8.0 12rm -rf /tmp/flatbuffers.tar.gz /tmp/flatbuffers-1.8.0