From e62c76c9b35d476feea3489ba0950d3c69bfb25d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 29 May 2013 12:55:24 +0200 Subject: [PATCH] Makefile.shaders - add OSX detection --- Makefile.shaders | 4 ++++ android/phoenix/AndroidManifest.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 @@