From 20939af88242fb8172cd5c135b39aeaa0d20ac39 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 5 May 2024 11:19:51 +0200 Subject: [PATCH] Update Makefile #400 --- examples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile b/examples/Makefile index 664f0b0..6306f59 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -337,7 +337,7 @@ endif ifeq ($(PLATFORM),PLATFORM_RPI) # Libraries for Raspberry Pi compiling # NOTE: Required packages: libasound2-dev (ALSA) - LDLIBS = -lraylib -lbrcmGLESv2 -lbrcmEGL -lpthread -lrt -lm -lbcm_host -ldl + LDLIBS = -lraylib -lGLESv2 -lEGL -lpthread -lrt -lm -ldrm -lgbm -ldl endif ifeq ($(PLATFORM),PLATFORM_WEB) # Libraries for web (HTML5) compiling