We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7720342 commit f031ce4Copy full SHA for f031ce4
Engine/Makefile-defs.linux
@@ -16,7 +16,7 @@ else
16
endif
17
LIBS += $(shell pkg-config --libs vorbisfile)
18
LIBS += $(shell pkg-config --libs freetype2)
19
-LIBS += -ldl -lpthread -lc -lstdc++
+LIBS += -ldl -lpthread -lc -lm -lstdc++
20
21
ifeq ($(ALLEGRO_MAGIC_DRV), 1)
22
CFLAGS += -DALLEGRO_MAGIC_DRV
0 commit comments