1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-07-31 08:24:23 +03:00

Add needed build options when building civetweb lib from embedded_c example

This commit is contained in:
Bjoern Petri
2016-01-06 11:29:21 +01:00
parent 37b9aabedb
commit 59fd2a7dfd

View File

@ -27,7 +27,7 @@ $(PROG): $(CIVETWEB_LIB) $(SRC)
$(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(SRC) $(CIVETWEB_LIB) $(LIBS)
$(CIVETWEB_LIB):
$(MAKE) -C $(TOP) clean lib
$(MAKE) -C $(TOP) WITH_IPV6=1 WITH_WEBSOCKET=1 clean lib
cp $(TOP)/$(CIVETWEB_LIB) .
clean: