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:
kichik 2007-02-02 22:53:07 +00:00
parent dba4f4c1bb
commit 82910689b3

View file

@ -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