ソースを参照
Merge pull request #1396 from cdwilson/fix-micropython-build
Fix path to Unix port in micropython build
pull/1401/head
Yamashita, Yuu
6年前
committed by
GitHub
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
-
plugins/python-build/bin/python-build
|
|
|
@ -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}" |
|
|
|
|