wscript: use no-undefined only on gcc
This commit is contained in:
parent
30c32b0088
commit
bd7e2fe88d
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -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']
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue