fix sdk build in python3 env (#279)

This commit is contained in:
rbiasini
2019-09-27 00:06:32 -07:00
committed by GitHub
parent 63d3dc7d34
commit b98ca010d2
5 changed files with 13 additions and 6 deletions

4
boardesp/python2_make.py Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env python2
import os
import sys
os.system(sys.argv[1])