aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/flatbuffers
diff options
context:
space:
mode:
authorRechi <Rechi@users.noreply.github.com>2019-09-01 19:34:36 +0200
committerRechi <Rechi@users.noreply.github.com>2019-09-01 19:34:36 +0200
commite97603381ccb5f9e669563d78d89818aff646595 (patch)
tree89bb478fba8a5727bf43b3c19f0c674f8cdc7ca6 /tools/depends/target/flatbuffers
parent7ad4acd0470c906150296939bba1fff30495d5f8 (diff)
[depends] bump flatbuffers to 1.11.0
Diffstat (limited to 'tools/depends/target/flatbuffers')
-rw-r--r--tools/depends/target/flatbuffers/Makefile3
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) ..