fixed bug #1646170 - nsis-2.23 can be built on x86_64 hosts
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4920 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
dba4f4c1bb
commit
82910689b3
1 changed files with 2 additions and 0 deletions
|
@ -83,6 +83,8 @@ if not defenv['DEBUG']:
|
|||
makensis_env.Append(CCFLAGS = '-Wall') # all warnings
|
||||
|
||||
conf = FlagsConfigure(makensis_env)
|
||||
conf.CheckLinkFlag('-m32') #
|
||||
conf.CheckCompileFlag('-m32') #
|
||||
conf.CheckLinkFlag('$MAP_FLAG') # generate map file
|
||||
if not defenv['DEBUG'] and defenv['STRIP']:
|
||||
TestStrip(conf) # strip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue