using the console input since the window is lagged on mac
This commit is contained in:
2
Makefile
2
Makefile
@@ -7,7 +7,7 @@ CXXFLAGS = -std=c++11 -Wall
|
||||
|
||||
# Paths for Homebrew on macOS (Silicon/M1/M2/M3)
|
||||
ifeq ($(OS), Darwin)
|
||||
SFML_DIR = $(shell brew --prefix sfml)
|
||||
SFML_DIR = $(shell brew --prefix sfml@2)
|
||||
INCLUDES = -I$(SFML_DIR)/include
|
||||
LIBS = -L$(SFML_DIR)/lib -lsfml-graphics -lsfml-window -lsfml-system
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user