aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--mpc-bar.m2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2c35264..d85d1a0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
TARGET = mpc-bar
-CFLAGS = -O2 -fobjc-arc -Wall
-LDFLAGS = -lmpdclient -llua -framework Cocoa
+CFLAGS = -I/usr/local/opt/lua@5.4/include -O2 -fobjc-arc -Wall
+LDFLAGS = -L/usr/local/opt/lua@5.4/lib -lmpdclient -llua5.4 -framework Cocoa
OUTPUT_OPTION=-MMD -MP -o $@
BINDIR = /usr/local/bin
diff --git a/mpc-bar.m b/mpc-bar.m
index 1a06a6d..d12f46c 100644
--- a/mpc-bar.m
+++ b/mpc-bar.m
@@ -30,7 +30,7 @@
#import <Cocoa/Cocoa.h>
-#define VERSION "0.5.0"
+#define VERSION "0.5.1"
#define TITLE_MAX_LENGTH 96
#define SLEEP_INTERVAL 0.2