mirror of
https://github.com/jarun/nnn.git
synced 2025-03-29 09:36:36 +00:00
commit
28731a10f7
1 changed files with 7 additions and 1 deletions
|
@ -57,7 +57,13 @@ ifeq ($(strip $(O_PCRE)),1)
|
|||
endif
|
||||
|
||||
ifeq ($(strip $(O_NOLC)),1)
|
||||
CPPFLAGS += -DNOLC
|
||||
ifeq ($(strip $(O_ICONS)),1)
|
||||
$(info *** Ignoring O_NOLC since O_ICONS is set ***)
|
||||
else ifeq ($(strip $(O_NERD)),1)
|
||||
$(info *** Ignoring O_NOLC since O_NERD is set ***)
|
||||
else
|
||||
CPPFLAGS += -DNOLC
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(O_NOMOUSE)),1)
|
||||
|
|
Loading…
Add table
Reference in a new issue