Skip to content

Commit

Permalink
Attempt to fix linux missing libraries in ubuntu 16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
yossizap committed Nov 30, 2019
1 parent b7a170d commit fb22df7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ script:
- export PKG_CONFIG_PATH="$CUSTOM_BREAKPAD_PREFIX/lib/pkgconfig:$CUSTOM_PYTHON_PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH"
- export QT_QPA_PLATFORM_PATH=$Qt5_ROOT/plugins
- export QT_QPA_PLATFORM=minimal
- export LD_LIBRARY_PATH=./Radare2-prefix/lib:$LD_LIBRARY_PATH
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
if [[ "$BUILD_SYSTEM" == "qmake" ]]; then
qmake
Expand Down

0 comments on commit fb22df7

Please sign in to comment.