Browse Source

wscript: use no-undefined only on gcc

pull/2/head
Alibek Omarov 6 years ago
parent
commit
bd7e2fe88d
  1. 2
      wscript

2
wscript

@ -70,7 +70,7 @@ def configure(conf): @@ -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…
Cancel
Save