mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
build: Don't hardcode the path of python3
Python is not guaranteed to be installed in /usr/bin. This is especially true for *BSD systems which don't consider Python as an integral part of their systems.
This commit is contained in:
parent
787bb4316d
commit
740c2298c6
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# Copyright (C) 2016 Red Hat Inc.
|
# Copyright (C) 2016 Red Hat Inc.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user