From bf9a810b7f00bb6f617d951032e1645ded431fd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Fri, 10 May 2024 16:47:45 +0800 Subject: [PATCH] fix: arm64 build --- CMakePresets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakePresets.json b/CMakePresets.json index 6142e8b..d291793 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -52,7 +52,7 @@ "configurePreset": "ninja-arm64", "configuration": "Release", "targets": "all" - } + }, { "name": "ninja-x64-debug", "description": "Build ninja-x64 Debug",