Skip to content

Commit

Permalink
Remove -lyaml flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemann committed May 1, 2024
1 parent be9ec0a commit 4020ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ MAIN_OUT := pcktbatch

# Global and main flags.
GLOBAL_FLAGS := -O2 -g
MAIN_FLAGS := -pthread -lyaml -lelf -lz
MAIN_FLAGS := -pthread -lelf -lz

# Chains.
all: mk_build af_xdp sequence cmd_line main
Expand Down

0 comments on commit 4020ae6

Please sign in to comment.