[tor-commits] [tor-messenger-build/master] Update the path for libstdc++.so
sukhbir at torproject.org
sukhbir at torproject.org
Mon Jul 31 14:49:38 UTC 2017
commit 4424a605de3633bad4b55207cd88815a5b64261d
Author: Sukhbir Singh <sukhbir at torproject.org>
Date: Tue Jul 25 15:32:41 2017 -0400
Update the path for libstdc++.so
---
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 fbfbc6a..338af34 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/libstdc++.so.6 bundle/Browser/lib/
+cp -L gcc/lib[% c('arch') == 'x86_64' ? '64' : '' %]/libstdc++.so.6 bundle/Browser/lib/
[% END %]
cp cert_override.txt bundle/Browser/TorBrowser/Data/Browser/profile.default/
More information about the tor-commits
mailing list