Use SKIA_OUT variable in make.py
authorborenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 23 Jul 2013 15:45:50 +0000 (15:45 +0000)
committerborenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 23 Jul 2013 15:45:50 +0000 (15:45 +0000)
R=djsollen@google.com

Review URL: https://codereview.chromium.org/19743005

git-svn-id: http://skia.googlecode.com/svn/trunk@10272 2bbb7eff-a529-9590-31e7-b0007b416f81

make.py

diff --git a/make.py b/make.py
index faee183..28f3554 100644 (file)
--- a/make.py
+++ b/make.py
@@ -26,7 +26,7 @@ TARGET_DEFAULT = 'most'
 TARGET_GYP     = 'gyp'\r
 \r
 SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))\r
-OUT_SUBDIR = 'out'\r
+OUT_SUBDIR = os.environ.get('SKIA_OUT', 'out')\r
 GYP_SUBDIR = 'gyp'\r
 \r
 \r