Skip to content

Commit

Permalink
Linux: added -lm back
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed May 7, 2016
1 parent 7720342 commit f031ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/Makefile-defs.linux
Expand Up @@ -16,7 +16,7 @@ else
endif
LIBS += $(shell pkg-config --libs vorbisfile)
LIBS += $(shell pkg-config --libs freetype2)
LIBS += -ldl -lpthread -lc -lstdc++
LIBS += -ldl -lpthread -lc -lm -lstdc++

ifeq ($(ALLEGRO_MAGIC_DRV), 1)
CFLAGS += -DALLEGRO_MAGIC_DRV
Expand Down

0 comments on commit f031ce4

Please sign in to comment.