Browse Source

fix typo in the "posix-local" target

This got introduced as a part of the refactoring done in
fe2e77c3b9dc5845c802ff096c1f6e45fe979c96 and was reported in #2477.
Ashish Kulkarni 10 years ago
parent
commit
2f4ec11078
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/build.py

+ 1 - 1
scripts/build.py

@@ -1087,7 +1087,7 @@ def build_posix_local(config, basedir):
     mkdir_p(os.path.join(dist, 'include', 'wkhtmltox'))
     mkdir_p(os.path.join(dist, 'lib'))
 
-    build_qt(qtdir, 'make -j%d' % CPU_COUNT,
+    build_qt(qt, 'make -j%d' % CPU_COUNT,
         '%s/../qt/configure %s' % (basedir, qt_config('posix', '--prefix=%s' % qt)))
 
     os.chdir(app)