Skip to content

Commit 1393634

Browse files
author
Clement Champetier
committed
Travis: fixed copy of dependencies of libavformat when deploy
1 parent 6c9cf49 commit 1393634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ before_deploy:
128128
# copy external dependencies of boost-regex
129129
- if [ ${TRAVIS_OS_NAME} = "linux" ]; then cp /usr/lib/{libicuuc.so.48,libicui18n.so.48,libicudata.so.48} ${TUTTLEOFX_INSTALL}/lib; fi
130130
# copy external dependency of libavformat
131-
- if [ ${TRAVIS_OS_NAME} = "linux" ]; then cp /lib/x86_64-linux-gnu/{libbz2.so.1,libbz2.so.1.0,libbz2.so.1.0.4} ${DEPENDENCY_INSTALL_PATH}/lib; fi
131+
- if [ ${TRAVIS_OS_NAME} = "linux" ]; then cp /lib/x86_64-linux-gnu/{libbz2.so.1,libbz2.so.1.0,libbz2.so.1.0.4} ${TUTTLEOFX_INSTALL}/lib; fi
132132
# prepare deployment
133133
- tools/travis/deploy.sh
134134

0 commit comments

Comments
 (0)