From c2bde4ebf82a8e39bcebf3065274853b8008e3a7 Mon Sep 17 00:00:00 2001 From: zmf <279822581@qq.com> Date: Sat, 25 Nov 2023 18:22:21 +0800 Subject: [PATCH] =?UTF-8?q?mac=E5=B9=B3=E5=8F=B0=E5=B7=B2=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D(https://gitee.com/openharmony-sig/flutter=5Fengine/pu?= =?UTF-8?q?lls/57)=EF=BC=8C=E7=A7=BB=E9=99=A4=E8=A7=84=E9=81=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zmf <279822581@qq.com> --- packages/flutter_tools/lib/src/ohos/hvigor.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_tools/lib/src/ohos/hvigor.dart b/packages/flutter_tools/lib/src/ohos/hvigor.dart index f8fbca7036..cb07a97e40 100644 --- a/packages/flutter_tools/lib/src/ohos/hvigor.dart +++ b/packages/flutter_tools/lib/src/ohos/hvigor.dart @@ -518,7 +518,7 @@ void cleanAndCopyFlutterRuntime( originHarFile.copySync(desHarPath); //copy ohos engine so - if (isWindows || globals.platform.isMacOS) { + if (isWindows) { final String originEnginePath = globals.fs.path .join(ohosRootPath, 'har', 'har_product', '$FLUTTER_ENGINE_SO.$suffix'); final String desEnginePath = globals.fs.path.join( -- Gitee