From 70c991af204167db26ec1d9494efcff010893482 Mon Sep 17 00:00:00 2001 From: laokengwt <143977175+laokengwt@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:40:03 +0800 Subject: [PATCH] =?UTF-8?q?fix(dog):=20=E6=B7=BB=E5=8A=A0CC=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F=EF=BC=8C=E8=A7=A3=E5=86=B3=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E6=97=B6=E6=89=BE=E4=B8=8D=E5=88=B0musl-gcc=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20(#753)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user/apps/test-backlog/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/user/apps/test-backlog/Makefile b/user/apps/test-backlog/Makefile index 0b31f229..38368f8e 100644 --- a/user/apps/test-backlog/Makefile +++ b/user/apps/test-backlog/Makefile @@ -11,6 +11,7 @@ endif ifeq ($(ARCH), x86_64) export RUST_TARGET=x86_64-unknown-linux-musl + export CC=x86_64-linux-musl-gcc else ifeq ($(ARCH), riscv64) export RUST_TARGET=riscv64gc-unknown-linux-gnu else