diff --git a/wscript b/wscript index 2db162773..84448c11d 100644 --- a/wscript +++ b/wscript @@ -319,7 +319,7 @@ def build(bld): name = 'geanyfunctions.h', before = ['c', 'cxx'], cwd = '%s/plugins' % bld.path.abspath(), - rule = 'python genapi.py -q') + rule = '%s genapi.py -q' % sys.executable) # Plugins if bld.env['HAVE_PLUGINS'] == 1: