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:
parent
650a51baac
commit
44f0a9e9e9
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue