Submitted by: eseidel
Reviewed by: ggaren
* Scripts/build-webkit: Pass through options to xcodebuild
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@11114
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2005-11-10 Eric Seidel <eseidel@apple.com>
+
+ Reviewed by ggaren.
+
+ * Scripts/build-webkit: Pass through options to xcodebuild
+
2005-11-07 Darin Adler <darin@apple.com>
* Scripts/cvs-apply: Fix case where the patch has files at the top level.
use strict;
use FindBin;
-use Getopt::Long;
+use Getopt::Long qw(:config pass_through);
use lib $FindBin::Bin;
use webkitdirs;