aboutsummaryrefslogtreecommitdiff
path: root/templates/basic_game
diff options
context:
space:
mode:
Diffstat (limited to 'templates/basic_game')
-rw-r--r--templates/basic_game/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/basic_game/makefile b/templates/basic_game/makefile
index ea97d6b9..3c5119b1 100644
--- a/templates/basic_game/makefile
+++ b/templates/basic_game/makefile
@@ -129,7 +129,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