Fix spell check (#291)

This commit is contained in:
Yota Toyama
2023-09-28 17:05:39 +10:00
committed by GitHub
parent 21b6fb35ff
commit e6e76b629b
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()
)) ))