mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Replace hardcoded iOS build dir with config-driven lookup (#5732)
Related: b5f763b45e
This commit is contained in:
parent
dcda3d5ed8
commit
a69c11f349
@ -131,7 +131,7 @@ Future<XcodeBuildResult> buildXcodeProject({
|
||||
commands.addAll(<String>[
|
||||
'-workspace', path.basename(entity.path),
|
||||
'-scheme', path.basenameWithoutExtension(entity.path),
|
||||
"BUILD_DIR=${path.absolute(app.appDirectory, 'build')}",
|
||||
"BUILD_DIR=${path.absolute(getIosBuildDirectory())}",
|
||||
]);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user