Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
ff74557c
Unverified
Commit
ff74557c
authored
Mar 17, 2022
by
Dan Field
Committed by
GitHub
Mar 17, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Specify destination when building for macOS (#100315)
Fixes #86590
parent
03b4f2bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
build_macos.dart
packages/flutter_tools/lib/src/macos/build_macos.dart
+1
-0
build_macos_test.dart
..._tools/test/commands.shard/hermetic/build_macos_test.dart
+2
-0
No files found.
packages/flutter_tools/lib/src/macos/build_macos.dart
View file @
ff74557c
...
...
@@ -102,6 +102,7 @@ Future<void> buildMacOS({
'-configuration'
,
configuration
,
'-scheme'
,
'Runner'
,
'-derivedDataPath'
,
flutterBuildDir
.
absolute
.
path
,
'-destination'
,
'platform=macOS'
,
'OBJROOT=
${globals.fs.path.join(flutterBuildDir.absolute.path, 'Build', 'Intermediates.noindex')}
'
,
'SYMROOT=
${globals.fs.path.join(flutterBuildDir.absolute.path, 'Build', 'Products')}
'
,
if
(
verboseLogging
)
...
...
packages/flutter_tools/test/commands.shard/hermetic/build_macos_test.dart
View file @
ff74557c
...
...
@@ -104,6 +104,7 @@ void main() {
'-configuration'
,
configuration
,
'-scheme'
,
'Runner'
,
'-derivedDataPath'
,
flutterBuildDir
.
absolute
.
path
,
'-destination'
,
'platform=macOS'
,
'OBJROOT=
${fileSystem.path.join(flutterBuildDir.absolute.path, 'Build', 'Intermediates.noindex')}
'
,
'SYMROOT=
${fileSystem.path.join(flutterBuildDir.absolute.path, 'Build', 'Products')}
'
,
if
(
verbose
)
...
...
@@ -332,6 +333,7 @@ void main() {
'-configuration'
,
'Debug'
,
'-scheme'
,
'Runner'
,
'-derivedDataPath'
,
flutterBuildDir
.
absolute
.
path
,
'-destination'
,
'platform=macOS'
,
'OBJROOT=
${fileSystem.path.join(flutterBuildDir.absolute.path, 'Build', 'Intermediates.noindex')}
'
,
'SYMROOT=
${fileSystem.path.join(flutterBuildDir.absolute.path, 'Build', 'Products')}
'
,
'-quiet'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment