forked from Hay1tsme/segatools
dns: add port overriding support
This commit is contained in:
@ -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',
|
||||
)
|
||||
|
Reference in New Issue
Block a user