use iOS SDK, like with all the others.
* Scripts/build-webkit:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@190419
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-10-01 Alexey Proskuryakov <ap@apple.com>
+
+ Stop building LayoutTestRelay for now. It's a Mac project, but build-webkit tries to
+ use iOS SDK, like with all the others.
+
+ * Scripts/build-webkit:
+
2015-10-01 Daniel Bates <dabates@apple.com>
Attempt to fix the iOS 9 Simulator testers
2015-10-01 Daniel Bates <dabates@apple.com>
Attempt to fix the iOS 9 Simulator testers
print(join(" ", @copyLibrariesArgs) . "\n");
(system(@copyLibrariesArgs) == 0) or die;
} else {
print(join(" ", @copyLibrariesArgs) . "\n");
(system(@copyLibrariesArgs) == 0) or die;
} else {
- push @projects, ("Tools/LayoutTestRelay") if willUseIOSSimulatorSDKWhenBuilding();
-
my @copyLibrariesArgs = (
"perl", "Tools/Scripts/copy-webkitlibraries-to-product-directory",
"--sdk", xcodeSDK(), "--wksi", "--llvm", "--prefer-system-llvm",
my @copyLibrariesArgs = (
"perl", "Tools/Scripts/copy-webkitlibraries-to-product-directory",
"--sdk", xcodeSDK(), "--wksi", "--llvm", "--prefer-system-llvm",