add precompiled libuv v1.41.0

This commit is contained in:
2021-06-03 19:51:32 +02:00
parent 5babf2b4ec
commit 88f5213106
20 changed files with 4899 additions and 4 deletions

View File

@ -189,6 +189,7 @@ class AsyncSocketConfig(object):
cxx.linkflags += ['-static-libgcc']
elif cxx.vendor == 'clang':
cxx.linkflags += ['-lgcc_eh']
cxx.linkflags += ['-static-libstdc++']
def configure_mac(self, cxx):
cxx.defines += ['OSX', '_OSX', 'POSIX']