X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2Fboost%2Fextract.sh;h=2d65a7cba44b0670e9bd1e6ecfe278bc1d63e1c7;hb=640918d0b1a9a0411fd3898fc7cd07e8c080c4f0;hp=b177e10427bfb9691e84042a33923bdc349ad3cf;hpb=d3036ca70518ba69435877a9e78457fc08f0b651;p=features.git diff --git a/3rdparty/boost/extract.sh b/3rdparty/boost/extract.sh index b177e10427..2d65a7cba4 100755 --- a/3rdparty/boost/extract.sh +++ b/3rdparty/boost/extract.sh @@ -14,7 +14,6 @@ HEADERS="\ boost/any.hpp \ boost/assert.hpp \ boost/crc.hpp \ - boost/signals2/signal.hpp \ " if [ -z $1 ] @@ -39,8 +38,8 @@ bcp --boost=$1 $HEADERS needed/ # we do not use the provided MSVC project files find needed -name '*.vcpro*' | xargs rm -# remove old boost headers -find boost -name \*.hpp | xargs rm +# remove old boost code +rm -rf boost/* # copy new headers cp -vR needed/boost .