Skip to content

Commit cfbc047

Browse files
author
Kevin Ollivier
committed
[wx] Build fix, adding the WebCore/bindings/generic dir to the list of build dirs.
Canonical link: https://commits.webkit.org/54690@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@63853 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent afd7797 commit cfbc047

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

WebKitTools/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2010-07-21 Kevin Ollivier <kevino@theolliviers.com>
2+
3+
[wx] Build fix, adding the WebCore/bindings/generic dir to the list of build dirs.
4+
5+
* wx/build/settings.py:
6+
17
2010-07-21 Sam Weinig <sam@webkit.org>
28

39
Reviewed by Anders Carlsson.

WebKitTools/wx/build/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
webcore_dirs = [
100100
'accessibility',
101101
'bindings',
102+
'bindings/generic',
102103
'bindings/js',
103104
'bridge',
104105
'bridge/c',

0 commit comments

Comments
 (0)