diff options
Diffstat (limited to 'games/raylib_demo')
| -rw-r--r-- | games/raylib_demo/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/raylib_demo/makefile b/games/raylib_demo/makefile index a4435bb0..0c22261c 100644 --- a/games/raylib_demo/makefile +++ b/games/raylib_demo/makefile @@ -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 |
