Skip to content

Commit 67a1c04

Browse files
committed
fix
1 parent 1c74fe5 commit 67a1c04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

micropython/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ cp "${REPO}/py/makeqstrdata.py" "${DEST}/py/makeqstrdata.py"
4545
cp $(ldd "${DEST}/bin/mpy-cross" "${DEST}/bin/micropython" | grep -E '=> /' | grep -Ev 'lib(pthread|c|dl|rt|m).so' | awk '{print $3}') "${DEST}/lib"
4646
patchelf --set-rpath '$ORIGIN/../lib' "${DEST}/bin/mpy-cross" "${DEST}/bin/micropython"
4747

48-
complete "${DEST}" "${FULLNAME}" "${OUTPUT}"
48+
complete "${DEST}" "${REVISION}" "${OUTPUT}"

0 commit comments

Comments
 (0)