Skip to content

Commit 5287fa5

Browse files
committed
Rename dir libcblite-3.0.3 to libcblite
1 parent 4530fdc commit 5287fa5

File tree

159 files changed

+4
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+4
-9
lines changed

build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ use std::path::PathBuf;
3232
use std::process::Command;
3333
use fs_extra::dir;
3434

35-
static CBL_INCLUDE_DIR: &str = "libcblite-3.0.3/include";
36-
static CBL_LIB_DIR: &str = "libcblite-3.0.3/lib";
35+
static CBL_INCLUDE_DIR: &str = "libcblite/include";
36+
static CBL_LIB_DIR: &str = "libcblite/lib";
3737

3838
fn main() -> Result<(), Box<dyn Error>> {
3939
generate_bindings()?;

libcblite

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)