Skip to content

Commit 30d4821

Browse files
committed
Merge pull request #461 from cchampet/fix_deployTravisAddLibicudata
Travis: fix deploy of linux jobs
2 parents e418451 + 045fe52 commit 30d4821

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/travis/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
99
# Fix additionnal dependencies of boost-regex
1010
cp /usr/lib/libicuuc.so.48 ${TUTTLE_INSTALL}/lib
1111
cp /usr/lib/libicui18n.so.48 ${TUTTLE_INSTALL}/lib
12+
cp /usr/lib/libicudata.so.48 ${TUTTLE_INSTALL}/lib
1213
fi
1314

1415
# Create archive

0 commit comments

Comments
 (0)