1 Star 0 Fork 0

枫山别院/redb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.rs 363 Bytes
一键复制 编辑 原始数据 按行查看 历史
Douglas Dwyer 提交于 2023-10-22 22:07 . Add custom storage backends (#707)
fn main() {
if std::env::var("CARGO_CFG_FUZZING").is_ok()
&& std::env::var("CARGO_CFG_TARGET_OS").as_deref() == Ok("macos")
{
println!("cargo:rustc-cdylib-link-arg=-undefined");
println!("cargo:rustc-cdylib-link-arg=dynamic_lookup");
}
#[cfg(feature = "python")]
pyo3_build_config::add_extension_module_link_args();
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yifeng0898/redb.git
git@gitee.com:yifeng0898/redb.git
yifeng0898
redb
redb
master

搜索帮助