Use our local library

This commit is contained in:
Justin Ethier 2019-10-17 18:18:45 -04:00
parent 4a4d2c57af
commit be8c534739
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ CYC_GCC_OPT_FLAGS ?= -O2
OS = $(shell uname)
CC ?= cc
LIBS = -pthread -lcyclone -lck -lm -ltommath
LIBS = -pthread -lcyclone -lck -lm -lcyclonebn
ifneq ($(OS),FreeBSD)
# libdl is part of libc on FreeBSD
LIBS += -ldl

View file

@ -9,7 +9,7 @@
OS ?= $(shell uname)
CC ?= cc
LIBS = -pthread -lcyclone -lck -lm -ltommath
LIBS = -pthread -lcyclone -lck -lm -lcyclonebn
ifneq ($(OS),FreeBSD)
# libdl is part of libc on FreeBSD
LIBS += -ldl