We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f3379 commit 0443103Copy full SHA for 0443103
1 file changed
micropython/build.sh
@@ -36,7 +36,7 @@ cp "${REPO}/ports/unix/build-standard/micropython" "${DEST}/bin/micropython"
36
cp "${REPO}/tools/mpy-tool.py" "${DEST}/tools/mpy-tool.py"
37
cp "${REPO}/py/makeqstrdata.py" "${DEST}/py/makeqstrdata.py"
38
39
-cp $(ldd "${DEST}/bin/mpy-cross" "${DEST}/bin/micropython" | grep -E '=> /' | grep -Ev 'lib(pthread|c|dl|rt).so' | awk '{print $3}') "${DEST}/lib"
+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"
40
patchelf --set-rpath '$ORIGIN/../lib' "${DEST}/bin/mpy-cross" "${DEST}/bin/micropython"
41
42
complete "${DEST}" "${FULLNAME}" "${OUTPUT}"
0 commit comments