1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Small fix for when installing in custom path with i3.

This commit is contained in:
QC 2014-01-11 10:34:43 +01:00
parent aefcd2545c
commit bc4693b5ac

View file

@ -19,7 +19,7 @@ endif
I3?=$(shell which i3)
ifneq (${I3},${EMPTY})
$(info I3 mode is enabled)
CFLAGS+=-DI3
CFLAGS+=-DI3 -I${PREFIX}/include/
endif
all: normal