Skip to content

Commit 9e17c7a

Browse files
committed
test
1 parent 30ca4ce commit 9e17c7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ def run(self):
3232
# make not rebuilding for different arch
3333
mpy_cross_exe.unlink(missing_ok=True)
3434

35+
subprocess.run(["which", "mkdir"])
36+
3537
make_command = [
3638
"make",
3739
"-C",

0 commit comments

Comments
 (0)