dhuseby / cargo-bootstrap

Bootstrapping script for Rust Cargo when cross-compilation is difficult or impossible.
BSD 2-Clause "Simplified" License
37 stars 9 forks source link

env dictionary with non-string value #21

Closed galexander1 closed 7 years ago

galexander1 commented 7 years ago

Building openssl-sys, I am getting

Exception:
from /usr/lib/python2.7/subprocess.py, line 1335: execve() arg 3 contains a non-string value

This is from an entry being added to the env dictionary with a non-string value. The mystery to me is why I am getting this and everyone else isn't it -- is my python setup unique, or did openssl-sys change? shrug

Anyways, the fix is easy, and a pull request is forthcoming.