Use env for gdbus-codegen's script

This allows us to build with Python 3 without using an absolute path.
This commit is contained in:
Emmanuele Bassi 2017-07-14 22:05:01 +01:00
parent 4395a89777
commit 683809d5f7

View File

@ -1,4 +1,4 @@
#!@PYTHON@
#!/usr/bin/env @PYTHON@
# GDBus - GLib D-Bus Library
#