3
0
mirror of https://github.com/isar/rusqlite.git synced 2025-04-02 20:42:58 +08:00

Merge pull request from bedax/master

Exporting the built library's directory, for linking
This commit is contained in:
gwenn 2018-07-08 07:26:05 +02:00 committed by GitHub
commit babed74866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,6 +43,8 @@ mod build {
cfg.flag("-DSQLITE_ENABLE_UNLOCK_NOTIFY");
}
cfg.compile("libsqlite3.a");
println!("cargo:lib_dir={}", out_dir);
}
}