aboutsummaryrefslogtreecommitdiff
path: root/examples/makefile
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2014-09-30 18:12:27 +0200
committerRay <raysan5@gmail.com>2014-09-30 18:12:27 +0200
commitd95f743b6f60f50a04000e347da23777bb0e2b73 (patch)
tree924073db4c95519428fa659250c45ed80674f41b /examples/makefile
parent5eff7d2642b2ef00668bb92b3ec320500b89b0d7 (diff)
downloadraylib-d95f743b6f60f50a04000e347da23777bb0e2b73.tar.gz
raylib-d95f743b6f60f50a04000e347da23777bb0e2b73.zip
Added required linker libs
Diffstat (limited to 'examples/makefile')
-rw-r--r--examples/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/makefile b/examples/makefile
index 1b9f316c..572bfd98 100644
--- a/examples/makefile
+++ b/examples/makefile
@@ -56,7 +56,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