dns: add port overriding support

This commit is contained in:
r0x5a
2024-12-12 02:28:02 +08:00
parent 6d8ffb46ef
commit d8202e1df4
7 changed files with 117 additions and 7 deletions

View File

@ -34,6 +34,7 @@ if cc.get_id() != 'msvc'
'-static-libgcc',
# '-ggdb', # Add debug information
'-lcrypt32', # Bcrypt needed for prashook
'-lws2_32', # WSAHtons / WSANtohs needed for porthook
# '-Wl,-s', # Strip debug symbols
language: 'c',
)