mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Use our local library
This commit is contained in:
parent
4a4d2c57af
commit
be8c534739
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue