Makefile.shaders - now checks out shaders on OSX

This commit is contained in:
twinaphex 2013-05-29 12:57:20 +02:00
parent e62c76c9b3
commit e283a5dc93

View File

@ -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