NetBSD: Stop hardcoding Python binary name
Caught with pkgsrc on NetBSD
This commit is contained in:
parent
88d500b28a
commit
2da6e45922
@ -114,7 +114,7 @@ def configure(conf):
|
||||
def build(bld):
|
||||
|
||||
# Make signals_generated.h using signals.py
|
||||
bld(rule = 'python ${SRC} ${TGT}', source = 'pbd/signals.py', target = 'pbd/signals_generated.h')
|
||||
bld(rule = sys.executable + ' ${SRC} ${TGT}', source = 'pbd/signals.py', target = 'pbd/signals_generated.h')
|
||||
|
||||
# Library
|
||||
if bld.is_defined ('INTERNAL_SHARED_LIBS'):
|
||||
|
Loading…
Reference in New Issue
Block a user