aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/flatbuffers
diff options
context:
space:
mode:
authorRechi <Rechi@users.noreply.github.com>2019-06-13 14:22:31 +0200
committerRechi <Rechi@users.noreply.github.com>2019-06-13 14:22:31 +0200
commit827bf79b289052efea7ced30edf0b2ffacbe0e0d (patch)
tree93ca0fcb88963752984c2e0c93dc70e0e9239db0 /tools/depends/target/flatbuffers
parenta0280e5fcdd0e545e22bb44f194a35e32f3a70b5 (diff)
[depends] refresh flatbuffers patches
Diffstat (limited to 'tools/depends/target/flatbuffers')
-rw-r--r--tools/depends/target/flatbuffers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/flatbuffers/Makefile b/tools/depends/target/flatbuffers/Makefile
index 2f017e441f..1fbd916ecb 100644
--- a/tools/depends/target/flatbuffers/Makefile
+++ b/tools/depends/target/flatbuffers/Makefile
@@ -49,7 +49,7 @@ ifeq ($(PREFIX),)
endif
rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE)
- cd $(PLATFORM); patch -p1 < ../../../native/flatbuffers/0001-Fix-compiler-warning.patch
+ cd $(PLATFORM); patch -p1 -i ../../../native/flatbuffers/0001-Fix-compiler-warning.patch
mkdir -p $(BUILDDIR)
cd $(BUILDDIR); $(CMAKE) $(CMAKE_OPTIONS) ..