This commit is contained in:
Krzysztof Starzyk 2017-11-12 12:49:15 +01:00
parent dde257903c
commit c7d9d09522
1 changed files with 4 additions and 5 deletions

View File

@ -19,12 +19,11 @@ else
SFML_DIR = /home/ricky/Libraries/SFML
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Darwin)
LIBS = -lsfml-window -lsfml-system -pthread -framework OpenGL
else
ifeq ($(UNAME_S),Darwin)
LIBS = -lsfml-window -lsfml-system -pthread -framework OpenGL
else
LIBS = -DSFML_STATIC -lsfml-window-s -lsfml-system-s -pthread -ludev -lGL -lX11 -lXrandr
endif
endif
endif
SFML_INC = -I $(SFML_DIR)/include