document the weird workaround

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6173 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2011-11-15 23:12:24 +00:00
parent 650a51baac
commit 44f0a9e9e9

View file

@ -6,6 +6,8 @@ Import('defenv')
import SCons
if SCons.__version__ == '1.3.0':
# workaround for http://scons.tigris.org/issues/show_bug.cgi?id=2614
# force inclusion of Platform SDK, sometimes ignored by SCons 1.3.0 due to environment contamination
defenv.Tool('mssdk')
defenv['ENTRY_FLAG'] = lambda x: '/entry:' + x