- fix build on FreeBSD
This commit is contained in:
parent
1d6bd03881
commit
0025ae9473
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
PREFIX?=/usr/local
|
PREFIX?=/usr/local
|
||||||
INC=-I$(PREFIX)/include
|
INC=-I$(PREFIX)/include
|
||||||
LIB=-L$(PREFIX)/lib -lpidutil
|
LIB=-L$(PREFIX)/lib -lpidutil -lpthread
|
||||||
CFLAGS=-Wall -Wextra -g -O2 -pipe -funroll-loops -ffast-math -fno-strict-aliasing
|
CFLAGS=-Wall -Wextra -g -O2 -pipe -funroll-loops -ffast-math -fno-strict-aliasing
|
||||||
CC?=cc
|
CC?=cc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user