summaryrefslogtreecommitdiff
path: root/tools/gyp/pylib/gyp/SCons.py
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-07-03 20:56:06 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2012-07-03 20:56:35 +0200
commitfc4e12b8f1d6e3ea010d575504011deee2a97b16 (patch)
treeb7ef6352a6c36c26c5446c1a803d9d1bf462d163 /tools/gyp/pylib/gyp/SCons.py
parent5da78905a6c82aa40f79ae8ff1a74a53bc89a588 (diff)
downloadnode-fc4e12b8f1d6e3ea010d575504011deee2a97b16.tar.gz
tools: update gyp to r1426
Diffstat (limited to 'tools/gyp/pylib/gyp/SCons.py')
-rw-r--r--tools/gyp/pylib/gyp/SCons.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gyp/pylib/gyp/SCons.py b/tools/gyp/pylib/gyp/SCons.py
index 568645daa..42d845ebe 100644
--- a/tools/gyp/pylib/gyp/SCons.py
+++ b/tools/gyp/pylib/gyp/SCons.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 Google Inc. All rights reserved.
+# Copyright (c) 2012 Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -84,7 +84,7 @@ class NoneTarget(TargetBase):
"""
A GYP target type of 'none', implicitly or explicitly.
"""
- def write_target(self, fp, pre=''):
+ def write_target(self, fp, src_dir='', pre=''):
fp.write('\ntarget_files.extend(input_files)\n')