From 0bd260a7c056651bf372e90ba8ce0fb3ecf7e622 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Thu, 28 Sep 2023 16:26:53 +1000 Subject: [PATCH] Fix spell check --- .cspell.json | 1 + build.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/.cspell.json b/.cspell.json index e2e3512..91539dd 100644 --- a/.cspell.json +++ b/.cspell.json @@ -3,6 +3,7 @@ "autogen", "autotools", "bdwgc", + "canonicalize", "cflag", "dealloc", "finalizer", diff --git a/build.rs b/build.rs index 2cbf54e..ccc8471 100644 --- a/build.rs +++ b/build.rs @@ -23,6 +23,7 @@ fn main() { let dst = autotools::Config::new(LIB_GC_DIR) .cflag(format!( + // spell-checker: disable-next-line "-I{} -L/lib/x86_64-linux-gnu -lpthread -fPIC", dst.join("include").display() ))