This commit is contained in:
Yota Toyama
2023-09-28 16:19:16 +10:00
parent 039a10213d
commit 6cb47fddd0
2 changed files with 16 additions and 25 deletions

View File

@@ -23,7 +23,7 @@ fn main() {
let dst = autotools::Config::new(LIB_GC_DIR)
.cflag(format!(
"-I{} -L/lib/x86_64-linux-gnu -lpthread -fPIC -DPOINTER_MASK=0xfffffffffffffff8",
"-I{} -L/lib/x86_64-linux-gnu -lpthread -fPIC",
dst.join("include").display()
))
.build();