From 8a12c0430aebfc2451d87426a98f79a191ed70d9 Mon Sep 17 00:00:00 2001 From: "epoger@google.com" Date: Wed, 15 Jun 2011 18:20:41 +0000 Subject: fix all_dependent_settings gyp bug (affected Mac only) git-svn-id: http://skia.googlecode.com/svn/trunk@1603 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/core.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gyp/core.gyp') diff --git a/gyp/core.gyp b/gyp/core.gyp index 9017a4f0ae..90d340081d 100644 --- a/gyp/core.gyp +++ b/gyp/core.gyp @@ -333,7 +333,7 @@ { 'target_name': 'core_tests', 'type': 'static_library', - 'all_dependent_settings': { + 'direct_dependent_settings': { 'sources': [ '../tests/core/PointTest.cpp', ], -- cgit v1.2.3