mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-20 14:19: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)
|
OS = $(shell uname)
|
||||||
CC ?= cc
|
CC ?= cc
|
||||||
|
|
||||||
LIBS = -pthread -lcyclone -lck -lm -ltommath
|
LIBS = -pthread -lcyclone -lck -lm -lcyclonebn
|
||||||
ifneq ($(OS),FreeBSD)
|
ifneq ($(OS),FreeBSD)
|
||||||
# libdl is part of libc on FreeBSD
|
# libdl is part of libc on FreeBSD
|
||||||
LIBS += -ldl
|
LIBS += -ldl
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
OS ?= $(shell uname)
|
OS ?= $(shell uname)
|
||||||
CC ?= cc
|
CC ?= cc
|
||||||
|
|
||||||
LIBS = -pthread -lcyclone -lck -lm -ltommath
|
LIBS = -pthread -lcyclone -lck -lm -lcyclonebn
|
||||||
ifneq ($(OS),FreeBSD)
|
ifneq ($(OS),FreeBSD)
|
||||||
# libdl is part of libc on FreeBSD
|
# libdl is part of libc on FreeBSD
|
||||||
LIBS += -ldl
|
LIBS += -ldl
|
||||||
|
|
Loading…
Add table
Reference in a new issue