fix unexported env USER_IMG in Makefile

This commit is contained in:
Yuekai Jia 2021-10-28 17:05:36 +08:00
parent 78322d6f31
commit e71df32bca
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ endif
export ARCH
export PLATFORM
export LOG
export USER_IMG=$(realpath $(user_img))
################ Cargo features ################