зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1451104 - part 6 - don't remove the libstdc++ files from the mingw build; r=glandium
History does not disclose why we needed this, but in the brave new GCC 6-compiled world, deleting these files means that host links can no longer find libstdc++, which causes problems. Let's put the files back. Differential Revision: https://phabricator.services.mozilla.com/D22884 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
402f3438e2
Коммит
2cf028fbc4
|
@ -321,7 +321,6 @@ popd
|
|||
mkdir -p $UPLOAD_DIR
|
||||
|
||||
pushd $(dirname $INSTALL_DIR)
|
||||
rm -f clang/lib/libstdc++*
|
||||
tar caf clangmingw.tar.xz clang
|
||||
mv clangmingw.tar.xz $UPLOAD_DIR
|
||||
popd
|
||||
|
|
Загрузка…
Ссылка в новой задаче