[games] Fix building the games on Linux by adding missing libs

This commit is contained in:
Daniel Lemos
2016-11-21 04:13:40 -02:00
parent 0925f4ec4d
commit fda91436b5
4 changed files with 16 additions and 7 deletions

View File

@ -117,7 +117,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
# libraries for Debian GNU/Linux desktop compiling
# requires the following packages:
# libglfw3-dev libopenal-dev libglew-dev libegl1-mesa-dev
LIBS = -lraylib -lglfw3 -lGLEW -lGL -lopenal -lm -pthread
LIBS = -lraylib -lglfw3 -lGLEW -lGL -lopenal -lm -pthread -ldl
# on XWindow could require also below libraries, just uncomment
#LIBS += -lX11 -lXrandr -lXinerama -lXi -lXxf86vm -lXcursor
else