Closed okalachev closed 4 years ago
build.py tool kindly asked me to send the built s1p2bin binary as a pull request, so I did this.
build.py
s1p2bin
Also build.py shebang didn't work on macOS since it has python3 installed in another place, so I changed it to env-style.
env
All of this worked on macOS 10.14.
Awesome! Thanks a lot.
build.py
tool kindly asked me to send the builts1p2bin
binary as a pull request, so I did this.Also
build.py
shebang didn't work on macOS since it has python3 installed in another place, so I changed it toenv
-style.All of this worked on macOS 10.14.