mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-06-03 07:08:15 +02:00
fixing macOS issue
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user