diff options
author | Rechi <Rechi@users.noreply.github.com> | 2019-06-13 14:22:31 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2019-06-13 14:22:31 +0200 |
commit | 827bf79b289052efea7ced30edf0b2ffacbe0e0d (patch) | |
tree | 93ca0fcb88963752984c2e0c93dc70e0e9239db0 /tools/depends/target/flatbuffers | |
parent | a0280e5fcdd0e545e22bb44f194a35e32f3a70b5 (diff) |
[depends] refresh flatbuffers patches
Diffstat (limited to 'tools/depends/target/flatbuffers')
-rw-r--r-- | tools/depends/target/flatbuffers/Makefile | 2 |
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) .. |