[tor-commits] [flashproxy/master] Explicit PYTHON in dist-exe.
dcf at torproject.org
dcf at torproject.org
Wed Mar 6 19:11:03 UTC 2013
commit 6c14f750a40f3c5dc1bd2acfaf008e1208644060
Author: David Fifield <david at 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.
More information about the tor-commits
mailing list