mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-22 18:16:24 +00:00
Update Makefile
This commit is contained in:
@@ -308,10 +308,6 @@ ifeq ($(PLATFORM),PLATFORM_RPI)
|
|||||||
LDFLAGS += -L/opt/vc/lib
|
LDFLAGS += -L/opt/vc/lib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(PLATFORM),PLATFORM_DRM)
|
|
||||||
LDFLAGS += -lGLESv2 -lEGL -ldrm -lgbm
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Define any libraries required on linking
|
# Define any libraries required on linking
|
||||||
# if you want to link libraries (libname.so or libname.a), use the -lname
|
# if you want to link libraries (libname.so or libname.a), use the -lname
|
||||||
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
|
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
|
||||||
|
|||||||
Reference in New Issue
Block a user