Browse Source

fix LINKFLAGS

tags/1.9.9.5
Nedko Arnaudov 14 years ago
parent
commit
23dc172b17
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      wscript

+ 1
- 1
wscript View File

@@ -224,7 +224,7 @@ def configure(conf):
if m != None:
svnrev = m.group(1)

conf.env.append_unique('LINKFLAGS', '-lm -lstdc++')
conf.env.append_unique('LINKFLAGS', ['-lm', '-lstdc++'])

if Options.options.mixed == True:
env_variant2 = conf.env.copy()


Loading…
Cancel
Save