diff --git a/examples/Makefile b/examples/Makefile index 485368c45..a3b3d9beb 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -245,7 +245,7 @@ endif ifeq ($(PLATFORM),PLATFORM_RPI) # Libraries for Raspberry Pi compiling # NOTE: Required packages: libopenal1 - LDLIBS = -lraylib -lGLESv2 -lEGL -lpthread -lrt -lm -lbcm_host -lopenal + LDLIBS = -lraylib -lbrcmGLESv2 -lbrcmEGL -lpthread -lrt -lm -lbcm_host -lopenal endif ifeq ($(PLATFORM),PLATFORM_WEB) # Libraries for web (HTML5) compiling