mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-26 20:14:47 +01:00
Add missing dependency for windows linking
This commit is contained in:
parent
b64c4e94cf
commit
9d25abb408
@ -17,6 +17,7 @@ if (PHP_UV != "no") {
|
||||
|
||||
CHECK_LIB("Iphlpapi.lib","uv", PHP_UV);
|
||||
CHECK_LIB("psapi.lib","uv", PHP_UV);
|
||||
CHECK_LIB("userenv.lib","uv", PHP_UV);
|
||||
CHECK_LIB("Ws2_32.lib","uv", PHP_UV);
|
||||
|
||||
ADD_EXTENSION_DEP('uv', 'sockets', false);
|
||||
|
Loading…
Reference in New Issue
Block a user