Skip to content

Commit c6490c9

Browse files
committed
fixing macOS issue
1 parent 427e5aa commit c6490c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ endif
5151

5252
ifeq ($(OS), Darwin)
5353
LDFLAGS += -L /opt/homebrew/Cellar/lib -L /usr/local/Cellar -lSDL2
54-
CXXFLAGS += -I /opt/homebrew/Cellar/include -I /usr/local/Cellar
54+
INCLUDES += -I /opt/homebrew/Cellar/include -I /usr/local/Cellar
5555
NAME = libmlx.dylib
5656
endif
5757

0 commit comments

Comments
 (0)