Merge pull request #1890 from ghostty-org/oni

pkg/oniguruma: add additional header configs for build
This commit is contained in:
Mitchell Hashimoto
2024-06-28 05:07:46 -07:00
committed by GitHub

View File

@ -55,6 +55,9 @@ fn buildOniguruma(
.PACKAGE = "oniguruma",
.PACKAGE_VERSION = "6.9.9",
.VERSION = "6.9.9",
.HAVE_ALLOCA = true,
.HAVE_ALLOCA_H = true,
.USE_CRNL_AS_LINE_TERMINATOR = false,
.HAVE_STDINT_H = true,
.HAVE_SYS_TIMES_H = true,
.HAVE_SYS_TIME_H = true,