From 1620d0c994fd09ebf7ca8c8d9aeeeca5a35ffded Mon Sep 17 00:00:00 2001 From: Till Hartmann Date: Tue, 8 Oct 2024 08:33:27 +0200 Subject: [PATCH] chore: use system rocksdb libs, if available --- .cargo/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.cargo/config.toml b/.cargo/config.toml index 86a9e1af..ac2934ac 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,3 +1,7 @@ [target.thumbv7em-none-eabi] linker = "utils/alpine-linker-script.sh" #ar = "arm-none-eabi-ar" + +[env] +ROCKSDB_LIB_DIR = "/usr/lib/" +SNAPPY_LIB_DIR = "/usr/lib/"