Skip to content

Commit

Permalink
fixing macOS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Jan 11, 2025
1 parent c6490c9 commit c9870fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c9870fa

Please sign in to comment.