diff options
Diffstat (limited to '.travis/install-flatbuffers.sh')
-rwxr-xr-x | .travis/install-flatbuffers.sh | 2 |
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 | |||
6 | cd flatbuffers-1.8.0 | 6 | cd flatbuffers-1.8.0 |
7 | mkdir build | 7 | mkdir build |
8 | cd build | 8 | cd build |
9 | cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX=/usr | 9 | cmake .. -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DFLATBUFFERS_BUILD_SHAREDLIB=ON |
10 | ninja && sudo ninja install | 10 | ninja && sudo ninja install |
11 | cd | 11 | cd |
12 | rm -rf /tmp/flatbuffers.tar.gz /tmp/flatbuffers-1.8.0 | 12 | rm -rf /tmp/flatbuffers.tar.gz /tmp/flatbuffers-1.8.0 |