commit 0bf2e0905a3108fb8a3d0cb405b911c04ebd9772 Author: Mike Perry mikeperry-git@torproject.org Date: Fri Feb 7 09:56:41 2014 -0800
Revert "Bug 10323: Omit libgcc and libstdc++ in TorBrowser"
This reverts commit f96736101ef8e3caf54723150cdb357dece75727.
Let's delay this until 3.5.3. --- gitian/descriptors/windows/gitian-firefox.yml | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/gitian/descriptors/windows/gitian-firefox.yml b/gitian/descriptors/windows/gitian-firefox.yml index 1c151ea..f985b56 100644 --- a/gitian/descriptors/windows/gitian-firefox.yml +++ b/gitian/descriptors/windows/gitian-firefox.yml @@ -164,6 +164,8 @@ script: | # make -C obj-* package INNER_MAKE_PACKAGE=true cp -a obj-*/dist/firefox/* $INSTDIR/Browser/ + cp -a /usr/i686-w64-mingw32/lib/libgcc_s_sjlj-1.dll $INSTDIR/Browser/ + cp -a /usr/i686-w64-mingw32/lib/libstdc*dll $INSTDIR/Browser/ cp -a ~/build/msvcr100.dll $INSTDIR/Browser/ # # What the hell are these three bytes anyways?