mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 08:16:13 +03:00
Merge pull request #1890 from ghostty-org/oni
pkg/oniguruma: add additional header configs for build
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user