We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474891b commit d76670fCopy full SHA for d76670f
.cirrus.yml
@@ -36,7 +36,7 @@ macos_task:
36
timeout_in: 20m
37
install_script:
38
- brew update
39
- - brew install gettext libtool
+ - brew install gettext libtool diffutils
40
build_script:
41
- NPROC=$(getconf _NPROCESSORS_ONLN)
42
- ./configure --with-features=${FEATURES}
src/version.c
@@ -695,6 +695,8 @@ static char *(features[]) =
695
696
static int included_patches[] =
697
{ /* Add new patch number below this line */
698
+/**/
699
+ 1448,
700
/**/
701
1447,
702
0 commit comments