From 8d91eff1109454344a227ce5a72aec95933ca021 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 10 Nov 2010 19:39:23 +0000 Subject: [PATCH] Fix when --debversion isn't specified --- makepanda/makepanda.py | 1 + 1 file changed, 1 insertion(+) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 4b5fddbeb5..ab5bcde601 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -174,6 +174,7 @@ def parseopts(args): usage("Options --runtime and --rtdist cannot be specified at the same time!") if (optimize=="" and (RTDIST or RUNTIME)): optimize = "4" elif (optimize==""): optimize = "3" + if (DEBVERSION is None): DEBVERSION = VERSION if (OSXTARGET != None and OSXTARGET.strip() == ""): OSXTARGET = None elif (OSXTARGET != None):