Skip to content

Commit

Permalink
build: remove rocksdb from being dynamically linked
Browse files Browse the repository at this point in the history
  • Loading branch information
th7nder committed Aug 25, 2024
1 parent ad4d551 commit 1b278a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";
PROTOC = "${protobuf}/bin/protoc";
RUST_SRC_PATH = "${rustToolchain}/lib/rustlib/src/rust/library/";
ROCKSDB_LIB_DIR = "${rocksdb}/lib";
};
}
);
Expand Down

0 comments on commit 1b278a2

Please sign in to comment.