Makefile.shaders - now checks out shaders on OSX
This commit is contained in:
parent
e62c76c9b3
commit
e283a5dc93
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue