aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp_skia
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-15 17:12:59 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-15 17:12:59 +0000
commit2e7de5a1a7e603316e9444e90f7b86d2ffbdd910 (patch)
tree6908df0a7df7e04366ab3f59ddd0e819604da47d /gyp_skia
parent3f0254da5494b585e19fe95b9769d8b6a84cdb04 (diff)
revert r2110, which broke Mac builds
git-svn-id: http://skia.googlecode.com/svn/trunk@2111 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp_skia')
-rwxr-xr-xgyp_skia1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp_skia b/gyp_skia
index 75a3a21d98..f44d99148c 100755
--- a/gyp_skia
+++ b/gyp_skia
@@ -86,6 +86,7 @@ if __name__ == '__main__':
# - msvs_abspath_output is a workaround for
# http://code.google.com/p/gyp/issues/detail?id=201
args.extend(['-Gmsvs_version=2010'])
+ args.extend(['-Gmsvs_abspath_output'])
print 'Updating projects from gyp files...'
sys.stdout.flush()