use g++ for linking on mingw, not ld
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4004 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f521b9aa81
commit
dc128c6928
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ def cross_env(env):
|
|||
|
||||
env['CC'] = prefix + '-gcc'
|
||||
env['CXX'] = prefix + '-g++'
|
||||
env['LINK'] = prefix + '-ld'
|
||||
env['LINK'] = prefix + '-g++'
|
||||
env['RC'] = prefix + '-windres'
|
||||
|
||||
env['RCFLAGS'] = SCons.Util.CLVar('')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue