Skip to content

Commit

Permalink
Merge pull request #347 from anura-engine/declare-explicit-linker-deps
Browse files Browse the repository at this point in the history
Declare explicit linker deps
  • Loading branch information
Vultraz authored Dec 28, 2022
2 parents c1008cf + 68db584 commit 9b0b1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ endif
# Linker library options.
LIBS := $(shell pkg-config --libs x11 gl ) \
$(shell pkg-config --libs $(MANDATORY_LIBS)) \
-logg -lvorbis -lvorbisfile -lrt
-logg -lvorbis -lvorbisfile -lrt -lstdc++ -lm
# libvpx check
USE_LIBVPX?=$(shell pkg-config --exists vpx && echo yes)
Expand Down

0 comments on commit 9b0b1f1

Please sign in to comment.