2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-12-22 17:01:14 +01:00

wscript: use no-undefined only on gcc

This commit is contained in:
Alibek Omarov 2018-12-17 02:35:37 +03:00
parent 30c32b0088
commit bd7e2fe88d

View File

@ -70,7 +70,7 @@ def configure(conf):
linker_flags = {
'common': {
'msvc': ['/DEBUG'], # always create PDB, doesn't affect result binaries
'default': ['-Wl,--no-undefined']
'gcc': ['-Wl,--no-undefined']
}
}