Skip to content

Commit

Permalink
fix(dog): 添加CC环境变量,解决编译时找不到musl-gcc的问题 (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
laokengwt authored Apr 22, 2024
1 parent e32effb commit 70c991a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user/apps/test-backlog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70c991a

Please sign in to comment.