From c9870faaf1078c6fcc96e05377a4c9a034ab5068 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Sat, 11 Jan 2025 21:49:30 +0100 Subject: [PATCH] fixing macOS issue --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20633d8..a1758bd 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ endif ifeq ($(OS), Darwin) LDFLAGS += -L /opt/homebrew/Cellar/lib -L /usr/local/Cellar -lSDL2 - INCLUDES += -I /opt/homebrew/Cellar/include -I /usr/local/Cellar + INCLUDES += -I /opt/homebrew/Cellar/include -I /usr/local/Cellar/include NAME = libmlx.dylib endif