fixing homebrew path

This commit is contained in:
2024-12-16 17:26:12 +01:00
parent 4efe213fc6
commit 5a93cd4ae5
4 changed files with 2 additions and 14 deletions

View File

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