aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLukas Rusak <lorusak@gmail.com>2023-02-14 20:42:21 -0800
committerLukas Rusak <lorusak@gmail.com>2023-04-21 19:49:22 -0700
commitf38a77bfc4a6b9e21857d1a7e926fc90500d6dca (patch)
tree843638ada8588b98ceefc8fb1438f2ac1c332dd0 /tools
parent6f0aea973957d8d09205833f5f55a7464e97cdb8 (diff)
tools/depends: flatbuffers: add -DCMAKE_INSTALL_LIBDIR=lib for native build
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
Diffstat (limited to 'tools')
-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 bb857c0410..556c0d475b 100644
--- a/tools/depends/target/flatbuffers/Makefile
+++ b/tools/depends/target/flatbuffers/Makefile
@@ -13,7 +13,7 @@ ifeq ($(PLATFORM),)
ARCHIVE_TOOL := tar
ARCHIVE_TOOL_FLAGS := --strip-components=1 -xf
CMAKE := cmake
- CMAKE_OPTIONS := -DCMAKE_INSTALL_PREFIX=$(PREFIX) $(CMAKE_OPTIONS)
+ CMAKE_OPTIONS := -DCMAKE_INSTALL_PREFIX=$(PREFIX) -DCMAKE_INSTALL_LIBDIR=lib $(CMAKE_OPTIONS)
BUILD_FLATC=ON
HASH_TOOL := sha512sum
HASH_TOOL_FLAGS = -c --status