edit build pipeline
This commit is contained in:
parent
6568dc2305
commit
591b0480b2
3 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,5 +1,5 @@
|
||||||
override CXXFLAGS := $(CXXFLAGS) --std=c++14 -fPIC -DDART_SHARED_LIB=1 -I $(DART_SDK)/include \
|
CXXFLAGS := $(CXXFLAGS) --std=c++14 -fPIC -DDART_SHARED_LIB=1 -I $(DART_SDK)/include \
|
||||||
-I .dart_tool
|
-I .dart_tool
|
||||||
objects := lib/src/angel_wings.o lib/src/wings_socket.o \
|
objects := lib/src/angel_wings.o lib/src/wings_socket.o \
|
||||||
lib/src/bind.o lib/src/util.o lib/src/http.o \
|
lib/src/bind.o lib/src/util.o lib/src/http.o \
|
||||||
.dart_tool/http-parser/http_parser.o
|
.dart_tool/http-parser/http_parser.o
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue