diff options
Diffstat (limited to '.local/share/python-playerctl_systray/Makefile')
| -rw-r--r-- | .local/share/python-playerctl_systray/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/python-playerctl_systray/Makefile b/.local/share/python-playerctl_systray/Makefile index e135452..98edca1 100644 --- a/.local/share/python-playerctl_systray/Makefile +++ b/.local/share/python-playerctl_systray/Makefile @@ -1,4 +1,4 @@ compile: cython3 --embed -o playerctl_systray.c -X language_level=3 playerctl_systray.py - PYTHON_VERSION=`ls /usr/include | grep -o 'python[3-9]\+\.[0-9]\+'` ; \ + PYTHON_VERSION=`ls /usr/include | grep -o 'python[3-9]\+\.[0-9]\+' | tail -1` ; \ gcc -march=native -O2 -pipe -fno-plt -I /usr/include/$$PYTHON_VERSION -o playerctl_systray playerctl_systray.c -l$$PYTHON_VERSION -lpthread -lm -lutil -ldl `pkg-config --cflags --libs gtk+-3.0 appindicator3-0.1 dbus-1 dbus-glib-1` |
