|
@@ -1077,7 +1077,7 @@ def build_posix_local(config, basedir):
|
|
|
app = os.path.join(basedir, config, 'app')
|
|
|
qt = os.path.join(basedir, config, 'qt')
|
|
|
dist = os.path.join(basedir, config, 'wkhtmltox-%s' % version)
|
|
|
- make = get_output('which gmake') and 'gmake' or 'make'
|
|
|
+ make = get_output('which', 'gmake') and 'gmake' or 'make'
|
|
|
|
|
|
mkdir_p(qt)
|
|
|
mkdir_p(app)
|