aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2014-09-30 18:15:04 +0200
committerRay <raysan5@gmail.com>2014-09-30 18:15:04 +0200
commit9b5e66f5ea480bb701bec2a6fa0ba8e413c37e19 (patch)
tree660c1c6b3577e81541e111f9ec3435326730e943
parentd025230707b30f5e5e6b3724d91e4b2dd70a8ce0 (diff)
downloadraylib-9b5e66f5ea480bb701bec2a6fa0ba8e413c37e19.tar.gz
raylib-9b5e66f5ea480bb701bec2a6fa0ba8e413c37e19.zip
Added required linker libs
-rw-r--r--templates/advance_game/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/advance_game/makefile b/templates/advance_game/makefile
index bf4b5589..cb482582 100644
--- a/templates/advance_game/makefile
+++ b/templates/advance_game/makefile
@@ -52,7 +52,7 @@ LFLAGS = -L. -L../../src -L/opt/vc/lib
ifeq ($(PLATFORM),PLATFORM_RPI)
# libraries for Raspberry Pi compiling
# NOTE: OpenAL Soft library should be installed (libopenal1 package)
- LIBS = -lraylib -lGLESv2 -lEGL -lm -lbcm_host -lopenal
+ LIBS = -lraylib -lGLESv2 -lEGL -lpthread -lrt -lm -lbcm_host -lopenal
else
# libraries for Windows desktop compiling
# NOTE: GLFW3 and OpenAL Soft libraries should be installed