fixing macOS issue

This commit is contained in:
2025-01-11 22:00:42 +01:00
parent bb523e8f66
commit 023215aeed

View File

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