File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ index 3edc8c93..54cf8c37 100644
30
30
- CPPFLAGS += -Ithird_party/luv/deps/lua-compat-5.3/c-api
31
31
CPPFLAGS += -Ithird_party/magic_enum/include/magic_enum
32
32
- CPPFLAGS += -Ithird_party/md4c/src
33
- CPPFLAGS += -Ithird_party/multipart-parser-c
33
+ - CPPFLAGS += -Ithird_party/multipart-parser-c
34
34
CPPFLAGS += -Ithird_party/tracy/public
35
35
- CPPFLAGS += -Ithird_party/ucl -Ithird_party/ucl/include
36
36
- CPPFLAGS += -Ithird_party/uriparser/include
@@ -68,7 +68,7 @@ index 3edc8c93..54cf8c37 100644
68
68
SRCS += third_party/nanovg/src/nanovg.c
69
69
- SRCS += third_party/tracy/public/TracyClient.cpp
70
70
- SRCS += third_party/ucl/src/n2e_99.c third_party/ucl/src/alloc.c
71
- SRCS += $(wildcard third_party/uriparser/src/*.c)
71
+ - SRCS += $(wildcard third_party/uriparser/src/*.c)
72
72
SRCS += third_party/zep/extensions/repl/mode_repl.cpp
73
73
SRCS += $(wildcard third_party/zep/src/*.cpp)
74
74
@@ -167,8 +154,6 @@ ifeq ($(CROSS),arm64)
You can’t perform that action at this time.
0 commit comments