mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-05-29 18:08:56 -06:00
Fix
This commit is contained in:
5
build.rs
5
build.rs
@@ -59,7 +59,10 @@ fn main() {
|
|||||||
let dst = Config::new(LIB_GC_DIR)
|
let dst = Config::new(LIB_GC_DIR)
|
||||||
.profile("Release")
|
.profile("Release")
|
||||||
.define("BUILD_SHARED_LIBS", "FALSE")
|
.define("BUILD_SHARED_LIBS", "FALSE")
|
||||||
.cflag(format!("-I{}", libatomic_include_path))
|
.cflag(format!(
|
||||||
|
"-I{} -DPOINTER_MASK=0x7",
|
||||||
|
libatomic_include_path, foo
|
||||||
|
))
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
println!(
|
println!(
|
||||||
|
|||||||
Reference in New Issue
Block a user