workaround for scons bug - use CPPDEFINES in RCCOM
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4306 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0a86da7f01
commit
a546017631
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@ print "Using GNU tools configuration"
|
|||
|
||||
Import('defenv')
|
||||
|
||||
# patch #1313856 for SCons
|
||||
# http://sourceforge.net/tracker/?func=detail&aid=1313856&group_id=30337&atid=398973
|
||||
defenv['RCCOM'] = '$RC $_CPPDEFFLAGS $_CPPINCFLAGS ${INCPREFIX}${SOURCE.dir} $RCFLAGS -i $SOURCE -o $TARGET'
|
||||
|
||||
### cross compiling
|
||||
|
||||
def cross_env(env):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue