support the young serpents

This commit is contained in:
Robin Gareus
2015-08-21 16:34:50 +02:00
parent e69368cc8f
commit 88920232e9

View File

@@ -193,7 +193,7 @@ PROGRAM_VERSION = PROGRAM_VERSION.replace('\'', '')
if len (sys.argv) > 1 and sys.argv[1] == 'dist':
if not 'APPNAME' in os.environ:
print "You must define APPNAME in the environment when running ./waf dist"
print ("You must define APPNAME in the environment when running ./waf dist")
sys.exit (1)
APPNAME = os.environ['APPNAME'];