summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 25d4ebe00e..38a61a7652 100644
--- a/wscript
+++ b/wscript
@@ -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'];