Skip to content

Commit f031ce4

Browse files
committed
Linux: added -lm back
1 parent 7720342 commit f031ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Engine/Makefile-defs.linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ else
1616
endif
1717
LIBS += $(shell pkg-config --libs vorbisfile)
1818
LIBS += $(shell pkg-config --libs freetype2)
19-
LIBS += -ldl -lpthread -lc -lstdc++
19+
LIBS += -ldl -lpthread -lc -lm -lstdc++
2020

2121
ifeq ($(ALLEGRO_MAGIC_DRV), 1)
2222
CFLAGS += -DALLEGRO_MAGIC_DRV

0 commit comments

Comments
 (0)