commit 6c14f750a40f3c5dc1bd2acfaf008e1208644060 Author: David Fifield david@bamsoftware.com Date: Wed Mar 6 10:21:52 2013 -0800
Explicit PYTHON in dist-exe.
To prevent it from trying to use Cygwin Python. --- doc/bundle-windows.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/bundle-windows.txt b/doc/bundle-windows.txt index 93ead63..7c373e2 100644 --- a/doc/bundle-windows.txt +++ b/doc/bundle-windows.txt @@ -70,7 +70,7 @@ Clone and build the flashproxy source.
$ git clone https://git.torproject.org/flashproxy.git $ cd flashproxy - $ make dist-exe + $ make dist-exe PYTHON=/cygdrive/c/Python27/python
Clone pyobfsproxy and run PyInstaller on it.
tor-commits@lists.torproject.org