summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iutil.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/iutil.py b/iutil.py
index 18366d976..b71296006 100644
--- a/iutil.py
+++ b/iutil.py
@@ -321,6 +321,8 @@ def getPPCMachine():
return 0
ppcMachine = None
+ machine = None
+ platform = None
# ppc machine hash
ppcType = { 'Mac' : 'PMac',