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.
1 parent e418451 commit 045fe52Copy full SHA for 045fe52
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