diff --git a/Makefile.shaders b/Makefile.shaders index 808e183842..f29d5908a2 100644 --- a/Makefile.shaders +++ b/Makefile.shaders @@ -19,6 +19,10 @@ ifeq ($(shell uname), Linux) PYTHON2 = python2 PYTHON3 = python GIT = git +else ifeq ($(shell uname), osx) +PYTHON2 = python2 +PYTHON3 = python +GIT = git else PYTHON2 = python2.exe PYTHON3 = python.exe diff --git a/android/phoenix/AndroidManifest.xml b/android/phoenix/AndroidManifest.xml index d5d2ffac09..6cb3b838b6 100644 --- a/android/phoenix/AndroidManifest.xml +++ b/android/phoenix/AndroidManifest.xml @@ -1,6 +1,6 @@