Merge pull request #7 from bvssvni/master

Added UNAME variable
This commit is contained in:
ShuYu Wang
2014-06-14 23:39:17 +08:00
+2
View File
@@ -45,6 +45,8 @@ COMPILER = rustc
# For debugging:
# COMPILER_FLAGS = -g
UNAME=$(shell uname)
ifeq ($(UNAME),Darwin)
# If the user wasn't explicit, see if SDL2 library exists
ifeq ("$(strip $(SDL_MODE))","")