mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 11:40:11 +03:00
Get it building on Arch Linux
Arch doesn't know where -ltermcap is, but -lncurses seems to work.
This commit is contained in:
parent
7946d20105
commit
a8e640f38d
2
Makefile
2
Makefile
@ -49,7 +49,7 @@ ifeq ($(OS),bsd)
|
|||||||
OSLIBS=-lcrypto -lpthread -lncurses -lkvm
|
OSLIBS=-lcrypto -lpthread -lncurses -lkvm
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LIBS=-lgmp -ltermcap -lsigsegv $(OSLIBS)
|
LIBS=-lgmp -lncurses -lsigsegv $(OSLIBS)
|
||||||
|
|
||||||
INCLUDE=include
|
INCLUDE=include
|
||||||
GENERATED=generated
|
GENERATED=generated
|
||||||
|
Loading…
Reference in New Issue
Block a user