fixing macOS issue

This commit is contained in:
Kbz-8
2025-01-11 21:42:50 +01:00
parent 55f1df2ec7
commit 427e5aa099

View File

@@ -50,8 +50,8 @@ else
endif
ifeq ($(OS), Darwin)
LDFLAGS += -L /opt/homebrew/Cellar/lib -lSDL2
CXXFLAGS += -I /opt/homebrew/Cellar/include
LDFLAGS += -L /opt/homebrew/Cellar/lib -L /usr/local/Cellar -lSDL2
CXXFLAGS += -I /opt/homebrew/Cellar/include -I /usr/local/Cellar
NAME = libmlx.dylib
endif