change egcc to cc for FreeBSD
This commit is contained in:
parent
f74c418f47
commit
5e797ed2c3
@ -1,4 +1,4 @@
|
||||
CC:= egcc
|
||||
CC:= cc
|
||||
CFLAGS:= -std=gnu99 -I/usr/local/include
|
||||
LIBS:= -L/usr/local/lib -lsqlite3 -lutil -lm -lssl -lcrypto -lssh -liconv -lmosquitto
|
||||
|
||||
|
Reference in New Issue
Block a user