Skip to content

Commit

Permalink
BSD handling
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 15, 2020
1 parent f11deee commit 47cbd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process/qgsprocess.cpp
Expand Up @@ -103,7 +103,7 @@ void ConsoleFeedback::showTerminalProgress( double progress )
std::unique_ptr< QgsPythonUtils > loadPythonSupport()
{
QString pythonlibName( QStringLiteral( "qgispython" ) );
#if defined(Q_OS_MAC) || defined(Q_OS_LINUX)
#if defined(Q_OS_UNIX) and !defined(Q_OS_ANDROID)
pythonlibName.prepend( QgsApplication::libraryPath() );
#endif
#ifdef __MINGW32__
Expand Down

0 comments on commit 47cbd8c

Please sign in to comment.