[haiku-webkit-commits] r528 - webkit/trunk/WebKit

  • From: webkit@xxxxxxxxxxxxxxx
  • To: haiku-webkit-commits@xxxxxxxxxxxxx
  • Date: Mon, 05 Jul 2010 00:10:36 +0000

Author: anevilyak
Date: Mon Jul  5 00:10:36 2010
New Revision: 528
URL: http://mmlr.dyndns.org/changeset/528

Log:
Update jamfile to pick up localestub from the proper location now that Haiku's 
devkit includes it.

Modified:
   webkit/trunk/WebKit/Jamfile

Modified: webkit/trunk/WebKit/Jamfile
==============================================================================
--- webkit/trunk/WebKit/Jamfile Sun Jul  4 03:24:04 2010        (r527)
+++ webkit/trunk/WebKit/Jamfile Mon Jul  5 00:10:36 2010        (r528)
@@ -162,7 +162,7 @@
        # Other required libraries
        curl icu-common icu-data png sqlite3 xml2 z
        # Haiku libraries
-       be bsd locale network liblocalestub.a stdc++ tracker translation
+       be bsd locale localestub network stdc++ tracker translation
        :
        WebPositive.rdef
 ;

Other related posts:

  • » [haiku-webkit-commits] r528 - webkit/trunk/WebKit - webkit