Browse Source

Added required linker libs

Ray 11 years ago
parent
commit
d95f743b6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/makefile

+ 1 - 1
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