prune 'libgtest' and friends from the llvm build, since WebKit builds its own and none of the llvm
libraries depend on libgtest anyway.
* Scripts/copy-webkitlibraries-to-product-directory:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@154563
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-08-24 Filip Pizlo <fpizlo@apple.com>
+
+ Unreviewed, fix build-webkit --ftl-jit in the case that you have your own llvm directory. We need to
+ prune 'libgtest' and friends from the llvm build, since WebKit builds its own and none of the llvm
+ libraries depend on libgtest anyway.
+
+ * Scripts/copy-webkitlibraries-to-product-directory:
+
2013-08-24 Darin Adler <darin@apple.com>
RetainPtr lacks move constructor for case when argument is a RetainPtr of a different type
opendir (my $dirHandle, $librarySourceDirectory);
while (my $filename = readdir($dirHandle)) {
next if $filename !~ /\.a$/;
+ next if $filename =~ /libgtest/;
print " Symlink $filename\n";
my $sourceLibrary = "$librarySourceDirectory/$filename";
my $targetLibrary = "$libraryTargetDirectory/$filename";