mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-01 17:23:57 +00:00
Fixed typo in cmake build rule for Linux.
Tested: Verified it's possible to build generated headers on Linux for Android. Change-Id: I82249a252cb851b978a177f4a4b92b527cc2bfd9
This commit is contained in:
@@ -113,7 +113,7 @@ endif
|
|||||||
ifeq (Linux,$(PROJECT_OS))
|
ifeq (Linux,$(PROJECT_OS))
|
||||||
define build_flatc_recipe
|
define build_flatc_recipe
|
||||||
+cd $(FLATBUFFERS_CMAKELISTS_DIR) && \
|
+cd $(FLATBUFFERS_CMAKELISTS_DIR) && \
|
||||||
$(CMAKE) && \
|
$(CMAKE) . && \
|
||||||
$(MAKE) flatc
|
$(MAKE) flatc
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user