We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a85a04 commit 6047997Copy full SHA for 6047997
config.m4
@@ -68,6 +68,11 @@ if test "$PHP_ZEPHIR_PARSER" = "yes"; then
68
[PHP_INSTALL_HEADERS([ext/zephir_parser], $PHP_ZEPHIR_PARSER_HEADERS)])
69
70
PHP_ADD_MAKEFILE_FRAGMENT([parser.mk])
71
+
72
+ dnl Create directories because PECL can't
73
+ if test ! -d parser; then
74
+ mkdir parser
75
+ fi
76
fi
77
78
dnl Code Coverage -------------------------------------------------------------
0 commit comments