Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bootstrap: fix path magic on windows
It was reported that argv[0] doesn't get set on windows. Some research showed that using abspath(__filename__) should accomplish this.
- Loading branch information