We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c74fe5 commit 67a1c04Copy full SHA for 67a1c04
1 file changed
micropython/build.sh
@@ -45,4 +45,4 @@ cp "${REPO}/py/makeqstrdata.py" "${DEST}/py/makeqstrdata.py"
45
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"
46
patchelf --set-rpath '$ORIGIN/../lib' "${DEST}/bin/mpy-cross" "${DEST}/bin/micropython"
47
48
-complete "${DEST}" "${FULLNAME}" "${OUTPUT}"
+complete "${DEST}" "${REVISION}" "${OUTPUT}"
0 commit comments