From d95f743b6f60f50a04000e347da23777bb0e2b73 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 30 Sep 2014 18:12:27 +0200 Subject: [PATCH] Added required linker libs --- examples/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/makefile b/examples/makefile index 1b9f316c4..572bfd985 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