Title: [112123] trunk/Source/_javascript_Core
Revision
112123
Author
[email protected]
Date
2012-03-26 10:38:49 -0700 (Mon, 26 Mar 2012)

Log Message

[wx] Unreviewed build fix. Add the build outputs dir to the list of build dirs, so we make sure it finds the API headers on all platforms.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (112122 => 112123)


--- trunk/Source/_javascript_Core/ChangeLog	2012-03-26 17:37:05 UTC (rev 112122)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-03-26 17:38:49 UTC (rev 112123)
@@ -1,3 +1,10 @@
+2012-03-26  Kevin Ollivier  <[email protected]>
+
+        [wx] Unreviewed build fix. Add the build outputs dir to the list of build dirs,
+        so we make sure it finds the API headers on all platforms.
+
+        * wscript:
+
 2012-03-26  Patrick Gansterer  <[email protected]>
 
         Build fix for WinCE after r112039.

Modified: trunk/Source/_javascript_Core/wscript (112122 => 112123)


--- trunk/Source/_javascript_Core/wscript	2012-03-26 17:37:05 UTC (rev 112122)
+++ trunk/Source/_javascript_Core/wscript	2012-03-26 17:38:49 UTC (rev 112123)
@@ -56,7 +56,7 @@
 
     jscore_excludes.extend(get_excludes_in_dirs(abs_dirs, jscore_exclude_patterns))
 
-    includes = common_includes + full_dirs
+    includes = common_includes + full_dirs + [output_dir]
     if sys.platform.startswith('darwin'):
         includes.append(os.path.join(jscore_dir, 'icu'))
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to