소스 검색
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
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
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}" |
|
|
|
|