Fix spell check

This commit is contained in:
Yota Toyama
2023-09-28 16:26:53 +10:00
parent 6cb47fddd0
commit 0bd260a7c0
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
"autogen", "autogen",
"autotools", "autotools",
"bdwgc", "bdwgc",
"canonicalize",
"cflag", "cflag",
"dealloc", "dealloc",
"finalizer", "finalizer",

View File

@@ -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()
)) ))