mirror of
https://github.com/danog/ext-uv.git
synced 2024-12-03 09:57:59 +01:00
Add 'sockets' dependency
This commit is contained in:
parent
99c345c51d
commit
89d25e6c14
@ -50,6 +50,8 @@ if test $PHP_UV != "no"; then
|
|||||||
|
|
||||||
PHP_NEW_EXTENSION(uv, php_uv.c uv.c $SOURCES, $ext_shared)
|
PHP_NEW_EXTENSION(uv, php_uv.c uv.c $SOURCES, $ext_shared)
|
||||||
|
|
||||||
|
PHP_ADD_EXTENSION_DEP(uv, sockets)
|
||||||
|
|
||||||
if test $PHP_HTTPPARSER != "no"; then
|
if test $PHP_HTTPPARSER != "no"; then
|
||||||
PHP_ADD_INCLUDE([$ext_srcdir/http-parser])
|
PHP_ADD_INCLUDE([$ext_srcdir/http-parser])
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user