From e283a5dc9333579f7592d6eb4747064771548487 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 29 May 2013 12:57:20 +0200 Subject: [PATCH] Makefile.shaders - now checks out shaders on OSX --- Makefile.shaders | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.shaders b/Makefile.shaders index f29d5908a2..fce323dd8b 100644 --- a/Makefile.shaders +++ b/Makefile.shaders @@ -19,7 +19,7 @@ ifeq ($(shell uname), Linux) PYTHON2 = python2 PYTHON3 = python GIT = git -else ifeq ($(shell uname), osx) +else ifneq ($(findstring Darwin,$(shell uname -a)),) PYTHON2 = python2 PYTHON3 = python GIT = git