git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2011-03-06 Adam Barth <abarth@webkit.org>
[WebKit-https.git]
/
Source
/
gyp
/
configure
diff --git
a/Source/gyp/configure
b/Source/gyp/configure
index
48f6ea7
..
cd2b126
100755
(executable)
--- a/
Source/gyp/configure
+++ b/
Source/gyp/configure
@@
-43,6
+43,8
@@
def create_project(project):
subprocess.call([
'gyp', # FIXME: gyp shouldn't need to be in the PATH.
os.path.join(project, 'gyp', project + '.gyp'),
+ '-G',
+ 'xcode_list_excluded_files=0',
'--depth=.',
])