mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-05-30 10:28:56 -06:00
Fix spell check (#291)
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
"autogen",
|
"autogen",
|
||||||
"autotools",
|
"autotools",
|
||||||
"bdwgc",
|
"bdwgc",
|
||||||
|
"canonicalize",
|
||||||
"cflag",
|
"cflag",
|
||||||
"dealloc",
|
"dealloc",
|
||||||
"finalizer",
|
"finalizer",
|
||||||
|
|||||||
1
build.rs
1
build.rs
@@ -23,6 +23,7 @@ fn main() {
|
|||||||
|
|
||||||
let dst = autotools::Config::new(LIB_GC_DIR)
|
let dst = autotools::Config::new(LIB_GC_DIR)
|
||||||
.cflag(format!(
|
.cflag(format!(
|
||||||
|
// spell-checker: disable-next-line
|
||||||
"-I{} -L/lib/x86_64-linux-gnu -lpthread -fPIC",
|
"-I{} -L/lib/x86_64-linux-gnu -lpthread -fPIC",
|
||||||
dst.join("include").display()
|
dst.join("include").display()
|
||||||
))
|
))
|
||||||
|
|||||||
Reference in New Issue
Block a user