From 95c5b99efc922402df37e91b2ca3f7ac30f92050 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Mon, 17 Aug 2015 22:01:20 +1000 Subject: Remove duplicate code in wscript after merge --- wscript | 6 ------ 1 file changed, 6 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 7fb80461e9..25d4ebe00e 100644 --- a/wscript +++ b/wscript @@ -191,18 +191,12 @@ PROGRAM_VERSION = str (MAJOR.encode ('ascii', 'ignore')) VERSION = VERSION.replace('\'', '') 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" sys.exit (1) APPNAME = os.environ['APPNAME']; -# It seems, that on msys2, with python3, it puts quotes around -# the version number, which breaks the build. -VERSION = VERSION.replace('\'', '') -PROGRAM_VERSION = PROGRAM_VERSION.replace('\'', '') - # Mandatory variables top = '.' out = 'build' -- cgit v1.2.3