We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ca4ce commit 9e17c7aCopy full SHA for 9e17c7a
setup.py
@@ -32,6 +32,8 @@ def run(self):
32
# make not rebuilding for different arch
33
mpy_cross_exe.unlink(missing_ok=True)
34
35
+ subprocess.run(["which", "mkdir"])
36
+
37
make_command = [
38
"make",
39
"-C",
0 commit comments