From c1898fb8dde78fedb693d77512f7ee3656b3c619 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Thu, 19 Oct 2023 23:48:00 +0200 Subject: [PATCH] debugging CI --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 20eb89e..ea381b4 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: vvaas +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2022/10/04 16:43:41 by maldavid #+# #+# # -# Updated: 2023/10/19 23:44:50 by maldavid ### ########.fr # +# Updated: 2023/10/19 23:47:59 by maldavid ### ########.fr # # # # **************************************************************************** # @@ -36,7 +36,7 @@ INCLUDES = -I./includes -I./src -I./third_party LDLIBS = ifeq ($(OS), Darwin) - LDLIBS += $(sdl2-config --cflags --libs) + LDLIBS += -lSDL2 endif ifeq ($(DEBUG), true)