mirror of
https://github.com/pyenv/pyenv.git
synced 2025-02-16 17:41:20 +00:00
Fix path to Unix port in micropython build
This commit is contained in:
parent
8bebdb7f1a
commit
a71e590a44
1 changed files with 1 additions and 1 deletions
|
@ -1010,7 +1010,7 @@ build_package_micropython() {
|
|||
fi
|
||||
{ cd mpy-cross
|
||||
"$MAKE" $MAKE_OPTS
|
||||
cd ports/unix
|
||||
cd ../ports/unix
|
||||
"$MAKE" $MAKE_OPTS axtls
|
||||
"$MAKE" $MAKE_OPTS CFLAGS_EXTRA="-DMICROPY_PY_SYS_PATH_DEFAULT='\"${PREFIX_PATH}/lib/micropython\"'"
|
||||
"$MAKE" install $MAKE_INSTALL_OPTS PREFIX="${PREFIX_PATH}"
|
||||
|
|
Loading…
Reference in a new issue