Browse Source

chore(user/app): musl to glibc

chiichen 4 months ago
parent
commit
71ec314f97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      user/apps/test-backlog/Makefile

+ 1 - 1
user/apps/test-backlog/Makefile

@@ -11,7 +11,7 @@ endif
 
 ifeq ($(ARCH), x86_64)
 	export RUST_TARGET=x86_64-unknown-linux-gnu
-	export CC=x86_64-linux-musl-gcc
+	export CC=x86_64-linux-gnu-gcc
 else ifeq ($(ARCH), riscv64)
 	export RUST_TARGET=riscv64gc-unknown-linux-gnu
 else