forked from rcore-os/zCore
fix unexported env USER_IMG in Makefile
This commit is contained in:
parent
78322d6f31
commit
e71df32bca
|
@ -64,6 +64,7 @@ endif
|
|||
export ARCH
|
||||
export PLATFORM
|
||||
export LOG
|
||||
export USER_IMG=$(realpath $(user_img))
|
||||
|
||||
################ Cargo features ################
|
||||
|
||||
|
|
Loading…
Reference in New Issue