From c0ce439d969cb08dd4df1d11ed81df207dad682c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E6=98=B1=E6=99=94?= Date: Mon, 10 Feb 2025 02:05:52 +0000 Subject: [PATCH] update ndk_targets.gni. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 林昱晔 --- ndk_targets.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndk_targets.gni b/ndk_targets.gni index 86b1416a1..5d819c6ec 100644 --- a/ndk_targets.gni +++ b/ndk_targets.gni @@ -256,7 +256,7 @@ _ndk_cmake = [ "//build/ohos/ndk:ndk_cmake_files" ] if (host_os == "mac") { _ndk_cmake += [ - "//prebuilts/cmake/darwin-universal:darwin_cmake_copy", + "//prebuilts/cmake/darwin-x86:darwin_cmake_copy", "//build/ohos/ndk:copy_darwin_ohos_cmake", ] } else { -- Gitee