summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '3rdParty/Boost/update.sh')
-rwxr-xr-x3rdParty/Boost/update.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/3rdParty/Boost/update.sh b/3rdParty/Boost/update.sh
index c272d1a..a7c0638 100755
--- a/3rdParty/Boost/update.sh
+++ b/3rdParty/Boost/update.sh
@@ -26,21 +26,22 @@ fi
signals.hpp \
program_options.hpp \
thread.hpp \
asio.hpp \
uuid/uuid.hpp \
uuid/uuid_io.hpp \
uuid/uuid_generators.hpp \
variant.hpp \
regex.hpp \
- boost/unordered_map.hpp \
- boost/algorithm/string.hpp \
- boost/format.hpp \
+ unordered_map.hpp \
+ algorithm/string.hpp \
+ format.hpp \
+ logic/tribool.hpp \
assign/list_of.hpp \
$TARGET_DIR
rm -rf $TARGET_DIR/libs/config
rm -rf $TARGET_DIR/libs/smart_ptr
LIBS="date_time regex system thread signals filesystem program_options"
for lib in $LIBS; do
rm -rf $TARGET_DIR/libs/$lib/build $TARGET_DIR/libs/$lib/*.doc $TARGET_DIR/libs/$lib/src/*.doc $TARGET_DIR/libs/$lib/src/CMakeLists.txt $TARGET_DIR/libs/$lib/test