Krzysztof Starzyk 8 years ago
parent
commit
c7d9d09522
1 changed files with 4 additions and 5 deletions
  1. 4 5
      demo/sfml_opengl2/Makefile

+ 4 - 5
demo/sfml_opengl2/Makefile

@@ -19,12 +19,11 @@ else
 	SFML_DIR = /home/ricky/Libraries/SFML
 	SFML_DIR = /home/ricky/Libraries/SFML
 
 
 	UNAME_S := $(shell uname -s)
 	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
 		LIBS = -DSFML_STATIC -lsfml-window-s -lsfml-system-s -pthread -ludev -lGL -lX11 -lXrandr
-  endif
-
+	endif
 endif
 endif
 
 
 SFML_INC = -I $(SFML_DIR)/include
 SFML_INC = -I $(SFML_DIR)/include