Skip to content

Commit 4296dbd

Browse files
committed
-lm to CFLAGS for linux builds
1 parent 8556b08 commit 4296dbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ endif
2424

2525
ifdef CONFIG_LINUX
2626
LOADABLE_EXTENSION=so
27+
CFLAGS += -lm
2728
endif
2829

2930
ifdef CONFIG_WINDOWS

0 commit comments

Comments
 (0)