From: borenet@google.com Date: Tue, 23 Jul 2013 15:45:50 +0000 (+0000) Subject: Use SKIA_OUT variable in make.py X-Git-Tag: submit/tizen/20180928.044319~11622 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a82c9eb5984d7bac69980a52ecac8bbc032802e1;p=platform%2Fupstream%2FlibSkiaSharp.git Use SKIA_OUT variable in make.py 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 --- diff --git a/make.py b/make.py index faee183f01..28f3554a49 100644 --- a/make.py +++ b/make.py @@ -26,7 +26,7 @@ TARGET_DEFAULT = 'most' TARGET_GYP = 'gyp' SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__)) -OUT_SUBDIR = 'out' +OUT_SUBDIR = os.environ.get('SKIA_OUT', 'out') GYP_SUBDIR = 'gyp'