aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e17ede92a..1768b5802 100644
--- a/setup.py
+++ b/setup.py
@@ -232,7 +232,7 @@ class pyside_build(_build):
def run(self):
# Check env
- make_name = None
+ make_path = None
make_generator = None
if not OPTION_ONLYPACKAGE:
if OPTION_MAKESPEC == "make":