Won't need libuv anymore

This commit is contained in:
Alex Hultman
2019-08-02 15:16:10 +02:00
committed by GitHub
parent 9b9fe3200d
commit 260b7b9e3b
-5
View File
@@ -3,11 +3,6 @@ THREADED_EXAMPLE_FILES := HelloWorldThreaded EchoServerThreaded
override CXXFLAGS += -std=c++17 -Isrc -IuSockets/src
override LDFLAGS += uSockets/*.o -lz
# If we are on macOS we need libuv
ifeq ($(shell uname -s),Darwin)
override LDFLAGS += -luv
endif
.PHONY: examples
examples:
cd uSockets && WITH_SSL=0 make