fix typo in previous commit

This commit is contained in:
punkrockguy318 2012-02-09 03:24:03 +00:00
parent 9474b57275
commit 1dc2811509
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@ if os.environ.has_key('WINDRES'):
env.Replace(WINDRES = os.environ['WINDRES'])
if os.environ.has_key('CFLAGS'):
env.Append(CCFLAGS = os.environ['CFLAGS'].split())
# Uncomment the next two lines if you would like to use the $LDFLAG variable from the environment
# Uncomment the next two lines if you would like to use the $LDFLAGS
# variable from the environment
#if os.environ.has_key('LDFLAGS'):
# env.Append(LINKFLAGS = os.environ['LDFLAGS'].split())