Remove unintentional command line argument addition

This commit is contained in:
Adam
2018-03-26 15:03:48 -07:00
committed by Joshua Granick
parent 221dcaef2f
commit 5d7201276a

View File

@@ -124,7 +124,6 @@ class IOSHelper {
// setting CONFIGURATION and PLATFORM_NAME in project.environment doesn't set them for xcodebuild so also pass via command line
var commands = [ "-configuration", configuration, "PLATFORM_NAME=" + platformName, "SDKROOT=" + platformName + iphoneVersion ];
commands.push("-IDEBuildOperationMaxNumberOfConcurrentCompileTasks=1");
if (project.targetFlags.exists ("simulator")) {