mirror of
https://github.com/urbit/shrub.git
synced 2024-12-25 21:12:56 +03:00
Merge pull request #91 from mrdomino/arch-build
Get it building on Arch Linux
This commit is contained in:
commit
bac7369ba6
2
Makefile
2
Makefile
@ -50,7 +50,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