#261 applied stdcall calling convention for a target platform other than Windows.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6586 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
f0rt 2015-06-24 19:23:17 +00:00
parent 6cdc279244
commit 15b35daa34

View file

@ -186,6 +186,7 @@ conf.Finish()
### test environment
test_env = defenv.Clone()
test_env['STDCALL'] = '' # avoid warnings
test_env.Append(CPPPATH = ['#$BUILD_CONFIG'])
conf = FlagsConfigure(test_env)
conf.Finish()