diff options
| author | Ray <[email protected]> | 2021-04-14 21:05:23 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-04-14 21:05:23 +0200 |
| commit | d7b6505f64bb9990338b7f12fee7f16c547f37b7 (patch) | |
| tree | 375b0cc20544bf29947e21a525a9fd74cc030908 /examples/Makefile | |
| parent | d289085ce3e4b7bc444a9826dc1b43d747a4f56b (diff) | |
| download | raylib-d7b6505f64bb9990338b7f12fee7f16c547f37b7.tar.gz raylib-d7b6505f64bb9990338b7f12fee7f16c547f37b7.zip | |
Update Makefile
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/Makefile b/examples/Makefile index 5e8b2c21..c7a3ca2a 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -308,10 +308,6 @@ ifeq ($(PLATFORM),PLATFORM_RPI) LDFLAGS += -L/opt/vc/lib endif -ifeq ($(PLATFORM),PLATFORM_DRM) - LDFLAGS += -lGLESv2 -lEGL -ldrm -lgbm -endif - # Define any libraries required on linking # if you want to link libraries (libname.so or libname.a), use the -lname ifeq ($(PLATFORM),PLATFORM_DESKTOP) |
