We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 772a4c0 commit de5b859Copy full SHA for de5b859
travis_config.sh
@@ -24,6 +24,7 @@ if [ -n "$IS_OSX" ]; then
24
export MAKEFLAGS="-j$(sysctl -n hw.ncpu)"
25
else
26
echo " > Linux environment "
27
+ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/Qt5.13.2/lib
28
export MAKEFLAGS="-j$(grep -E '^processor[[:space:]]*:' /proc/cpuinfo | wc -l)"
29
fi
30
0 commit comments