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:
parent
aefcd2545c
commit
bc4693b5ac
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue