pkg/oniguruma: add additional header configs for build
Fixes #1887 There seems to be no issue adding these for our other platforms and it appears to get builds on Chimera working.pull/1890/head
parent
7741463f82
commit
1677e95f86
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue