mirror of
https://github.com/jarun/nnn.git
synced 2025-03-12 17:54:04 +00:00
Add -DNORL when var O_STATIC is set
This commit is contained in:
parent
bc177fd266
commit
3fd9e6ace7
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -33,6 +33,8 @@ endif
|
|||
|
||||
ifeq ($(O_NORL),1)
|
||||
CPPFLAGS += -DNORL
|
||||
else ifeq ($(O_STATIC),1)
|
||||
CPPFLAGS += -DNORL
|
||||
else
|
||||
LDLIBS += -lreadline
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue