From 9b5e66f5ea480bb701bec2a6fa0ba8e413c37e19 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 30 Sep 2014 18:15:04 +0200 Subject: [PATCH] Added required linker libs --- templates/advance_game/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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