Fix emulator compilation and crash, and implement Monopoly payment modal
This commit is contained in:
@@ -8,11 +8,11 @@ CXXFLAGS = -std=c++17 -Wall
|
||||
# Paths for Homebrew on macOS (Silicon/M1/M2/M3)
|
||||
ifeq ($(OS), Darwin)
|
||||
SFML_DIR = $(shell brew --prefix sfml@2)
|
||||
INCLUDES = -I. -I$(SFML_DIR)/include -I../display -I../fonts -I../games
|
||||
INCLUDES = -I. -I.. -I$(SFML_DIR)/include -I../display -I../fonts -I../games
|
||||
LIBS = -L$(SFML_DIR)/lib -lsfml-graphics -lsfml-window -lsfml-system
|
||||
else
|
||||
# Standard Linux paths
|
||||
INCLUDES = -I. -I../display -I../fonts -I../games
|
||||
INCLUDES = -I. -I.. -I../display -I../fonts -I../games
|
||||
LIBS = -lsfml-graphics -lsfml-window -lsfml-system
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user