mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-18 19:10:37 +00:00
wscript: use no-undefined only on gcc
This commit is contained in:
parent
30c32b0088
commit
bd7e2fe88d
2
wscript
2
wscript
@ -70,7 +70,7 @@ def configure(conf):
|
|||||||
linker_flags = {
|
linker_flags = {
|
||||||
'common': {
|
'common': {
|
||||||
'msvc': ['/DEBUG'], # always create PDB, doesn't affect result binaries
|
'msvc': ['/DEBUG'], # always create PDB, doesn't affect result binaries
|
||||||
'default': ['-Wl,--no-undefined']
|
'gcc': ['-Wl,--no-undefined']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user