Skip to content

Commit

Permalink
Build: Workaround for zig compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed May 18, 2024
1 parent 90c270f commit 14f9290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ CCFLAGS=-O3 -pipe -Wall -Werror $(CFLAGS) \
-I$(SRCDIR)/misc \
-I$(SRCDIR)/core/include \
-I$(THIRDPARTDIR)/yaml/include \
-I$(THIRDPARTDIR)/lwip/include \
-I$(THIRDPARTDIR)/lwip/include/ports \
-I$(THIRDPARTDIR)/lwip/src/include \
-I$(THIRDPARTDIR)/lwip/src/ports/include \
-I$(THIRDPARTDIR)/hev-task-system/include
LDFLAGS=$(LFLAGS) \
-L$(THIRDPARTDIR)/yaml/bin -lyaml \
Expand Down

0 comments on commit 14f9290

Please sign in to comment.