mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
fixing macOS issue
This commit is contained in:
2
Makefile
2
Makefile
@@ -51,7 +51,7 @@ 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 -lSDL2
|
||||||
CXXFLAGS += -I /opt/homebrew/Cellar/include -I /usr/local/Cellar
|
INCLUDES += -I /opt/homebrew/Cellar/include -I /usr/local/Cellar
|
||||||
NAME = libmlx.dylib
|
NAME = libmlx.dylib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user