diff options
author | Rechi <Rechi@users.noreply.github.com> | 2019-09-01 19:34:36 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2019-09-01 19:34:36 +0200 |
commit | e97603381ccb5f9e669563d78d89818aff646595 (patch) | |
tree | 89bb478fba8a5727bf43b3c19f0c674f8cdc7ca6 /tools/depends/target/flatbuffers | |
parent | 7ad4acd0470c906150296939bba1fff30495d5f8 (diff) |
[depends] bump flatbuffers to 1.11.0
Diffstat (limited to 'tools/depends/target/flatbuffers')
-rw-r--r-- | tools/depends/target/flatbuffers/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/depends/target/flatbuffers/Makefile b/tools/depends/target/flatbuffers/Makefile index 1fbd916ecb..474ae070a6 100644 --- a/tools/depends/target/flatbuffers/Makefile +++ b/tools/depends/target/flatbuffers/Makefile @@ -3,7 +3,7 @@ DEPS=Makefile # lib name, version LIBNAME=flatbuffers -VERSION=1.9.0 +VERSION=1.11.0 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz @@ -49,7 +49,6 @@ ifeq ($(PREFIX),) endif rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM) cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE) - cd $(PLATFORM); patch -p1 -i ../../../native/flatbuffers/0001-Fix-compiler-warning.patch mkdir -p $(BUILDDIR) cd $(BUILDDIR); $(CMAKE) $(CMAKE_OPTIONS) .. |