fixing homebrew path

This commit is contained in:
Kbz-8
2024-12-16 17:26:12 +01:00
parent d3808cde1a
commit 335c797c12
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