We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a531b78 commit 7e2cc73Copy full SHA for 7e2cc73
sdk_args.gni
@@ -18,10 +18,7 @@ declare_args() {
18
#
19
# to out/ReleaseX64/args.gn. The path above can be extracted from the `.git`
20
# file under the git worktree folder.
21
- # The script run here should take care of everything automatically though.
22
- default_git_folder = exec_script("$_dart_root/tools/get_dot_git_folder.py",
23
- [ rebase_path("$_dart_root/.git") ],
24
- "trim string")
+ default_git_folder = "$_dart_root/.git"
25
26
# Whether to enable the SDK hash check that will prevent loading a kernel
27
# into a VM which was built with a different SDK.
tools/get_dot_git_folder.py
0 commit comments