commit d0a0e020e3f7ca1e8d7244fd1c27ed049466cf3f Author: David Fifield david@bamsoftware.com Date: Wed Nov 20 06:41:20 2013 +0000
Manually copy in python27.dll.
py2exe run under Wine doesn't get this file, so copy it in manually.
http://bugs.winehq.org/show_bug.cgi?id=3591 --- gitian/descriptors/windows/gitian-pluggable-transports.yml | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/gitian/descriptors/windows/gitian-pluggable-transports.yml b/gitian/descriptors/windows/gitian-pluggable-transports.yml index 5d419ad..ba4b22e 100644 --- a/gitian/descriptors/windows/gitian-pluggable-transports.yml +++ b/gitian/descriptors/windows/gitian-pluggable-transports.yml @@ -166,6 +166,9 @@ script: | cp {doc/*,README,LICENSE,ChangeLog} $INSTDIR/Docs/FlashProxy cd .. # + # http://bugs.winehq.org/show_bug.cgi?id=3591 + cp -a $INSTDIR/python/python27.dll $PTDIR/ + # cd $INSTDIR ~/build/dzip.sh pluggable-transports-win32-gbuilt.zip Tor/ Data/ cp pluggable-transports-win32-gbuilt.zip $OUTDIR/
tor-commits@lists.torproject.org