commit 13b55587b3e16f514b635318501faeed78b859cc Author: Sukhbir Singh sukhbir@torproject.org Date: Mon Jul 24 15:54:11 2017 -0400
Update tor-messenger/build
Since we are using i386 containers to build Tor Messenger 32bit, update the library path. --- projects/tor-messenger/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/tor-messenger/build b/projects/tor-messenger/build index 817af38..422da29 100755 --- a/projects/tor-messenger/build +++ b/projects/tor-messenger/build @@ -46,7 +46,7 @@ mv start-tor-messenger bundle/Browser/ mv execdesktop bundle/Browser/
mkdir -p bundle/Browser/lib -cp -L gcc/lib[% c('arch') == 'x86_64' ? '64' : '32' %]/libstdc++.so.6 bundle/Browser/lib/ +cp -L gcc/lib/libstdc++.so.6 bundle/Browser/lib/ [% END %]
cp cert_override.txt bundle/Browser/TorBrowser/Data/Browser/profile.default/
tor-commits@lists.torproject.org