diff options
| author | Ray <raysan5@gmail.com> | 2014-09-30 18:12:27 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2014-09-30 18:12:27 +0200 |
| commit | d95f743b6f60f50a04000e347da23777bb0e2b73 (patch) | |
| tree | 924073db4c95519428fa659250c45ed80674f41b /examples/makefile | |
| parent | 5eff7d2642b2ef00668bb92b3ec320500b89b0d7 (diff) | |
| download | raylib-d95f743b6f60f50a04000e347da23777bb0e2b73.tar.gz raylib-d95f743b6f60f50a04000e347da23777bb0e2b73.zip | |
Added required linker libs
Diffstat (limited to 'examples/makefile')
| -rw-r--r-- | examples/makefile | 2 |
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 |
