We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e418451 + 045fe52 commit 30d4821Copy full SHA for 30d4821
tools/travis/deploy.sh
@@ -9,6 +9,7 @@ if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
9
# Fix additionnal dependencies of boost-regex
10
cp /usr/lib/libicuuc.so.48 ${TUTTLE_INSTALL}/lib
11
cp /usr/lib/libicui18n.so.48 ${TUTTLE_INSTALL}/lib
12
+ cp /usr/lib/libicudata.so.48 ${TUTTLE_INSTALL}/lib
13
fi
14
15
# Create archive
0 commit comments