From bc0cb9f30b480357844adcb6982e04ab6f43e1a9 Mon Sep 17 00:00:00 2001 From: Ren HangQi <2572131118@qq.com> Date: Thu, 31 Oct 2024 11:06:37 +0800 Subject: [PATCH] fix makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9bc81779..0307c99a 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ # - `MUSL`: Link C app with musl libc # General options -ARCH ?= aarch64 +ARCH ?= x86_64 PLATFORM ?= SMP ?= 1 MODE ?= release