From 729de10b1ea572d5c8f88a9cdaf877c76dc04865 Mon Sep 17 00:00:00 2001 From: evertonse Date: Wed, 6 Nov 2024 19:41:48 -0300 Subject: [PATCH] Makefile: examples makefile now compile others/rlgl_standalone only when TARGET_PLATFORM is PLATFORM_DESKTOP_GFLW --- examples/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index f4a265a7a..fc95654db 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -518,8 +518,7 @@ CORE = \ core/core_window_flags \ core/core_window_letterbox \ core/core_window_should_close \ - core/core_world_screen \ - core/core_clipboard_image + core/core_world_screen SHAPES = \ shapes/shapes_basic_shapes \