missing colon
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4036 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e4fdd84b3e
commit
88a0af6276
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ defenv['RCCOM'] = '$RC $RCINCFLAGS $RCINCPREFIX $SOURCE.dir $RCFLAGS -i $SOURCE
|
||||||
### cross compiling
|
### cross compiling
|
||||||
|
|
||||||
def cross_env(env):
|
def cross_env(env):
|
||||||
if env['PLATFORM'] != 'win32'
|
if env['PLATFORM'] != 'win32':
|
||||||
env.Tool('crossmingw', toolpath = ['../Tools'])
|
env.Tool('crossmingw', toolpath = ['../Tools'])
|
||||||
|
|
||||||
### flags
|
### flags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue