commit c47bec0b7c5464ac62260d3d6a6ac27c0322be11 Author: David Fifield david@bamsoftware.com Date: Wed May 22 12:54:44 2013 -0700
Use Cygwin Python in build hint. --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Makefile b/doc/Makefile index 7857d28..618b1c0 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -44,7 +44,7 @@ all: @echo $$'\t"make dist" in the flashproxy directory' @echo "Or on Windows:" @echo $$'\t"make dist-exe" in the flashproxy directory' - @echo $$'\t"python setup_py2exe.py py2exe" in the obfsproxy directory' + @echo $$'\t"/cygdrive/c/Python27/python setup_py2exe.py py2exe" in the obfsproxy directory'
windows: $(PT_BUNDLE_WINDOWS) macosx-i686: $(PT_BUNDLE_MACOSX_I686)
tor-commits@lists.torproject.org