Skip to content

Commit

Permalink
chore: use system rocksdb libs, if available
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Oct 8, 2024
1 parent ae530e5 commit 1620d0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -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/"

0 comments on commit 1620d0c

Please sign in to comment.