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