Skip to content

Commit

Permalink
Adds math lib to linux build linking
Browse files Browse the repository at this point in the history
  • Loading branch information
Alomir committed Dec 19, 2024
1 parent 86175af commit f9690e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sipnet/test_events/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CC=gcc
LD=gcc
CFLAGS=-Wall -g
LDFLAGS=-L../../..
LDLIBS=-lsipnet
LDLIBS=-lsipnet -lm

# List test files in this directory here
TEST_CFILES=testEventInfra.c
Expand Down

0 comments on commit f9690e3

Please sign in to comment.