Skip to content

Commit

Permalink
test: added libmnl-dev dependency for header
Browse files Browse the repository at this point in the history
  • Loading branch information
Notselwyn committed Sep 11, 2024
1 parent 8052699 commit fa84cc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ run: _run_outfile
clean: _clean_outfile

_install_musl:
sudo apt-get install musl-tools
sudo apt-get install musl-tools libmnl-dev
_compile_static:
$(CC) $(CFLAGS) $(SRC_FILES) -o $(OUT_NAME) -static $(LIBNFTNL_PATH) $(LIBMNL_PATH)
_strip_bin:
Expand Down

0 comments on commit fa84cc2

Please sign in to comment.