Hidenori Matsubayashi
2022-03-04 09:13:44 +09:00
committed by GitHub
parent 3050096d46
commit fc4efe0ac2
6 changed files with 81 additions and 30 deletions
+1 -3
View File
@@ -52,9 +52,7 @@ class ELinuxArtifacts extends CachedArtifacts {
assert(hostPlatform != HostPlatform.linux_arm64,
'Artifact $artifact not available on Linux arm64.');
return _getEngineArtifactsDirectory(arch, mode!)
// TODO(hidenori): Remove this comment out.
// See: https://github.com/sony/flutter-elinux/issues/81
//.childDirectory(getNameForHostPlatform(hostPlatform))
.childDirectory(getNameForHostPlatform(hostPlatform))
.childFile('gen_snapshot')
.path;
}