Skip to content

Commit

Permalink
fix macosx build
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Rotter committed Jul 13, 2020
1 parent e5ed611 commit c7543f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librssguard/miscellaneous/iofactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ bool IOFactory::startProcessDetached(const QString& program, const QStringList&
process.setProgram(program);
process.setArguments(arguments);

#if !defined(Q_OS_MACOS)
#if defined(Q_OS_WIN) || defined(Q_CLANG_QDOC)
process.setNativeArguments(native_arguments);
#endif

Expand Down

0 comments on commit c7543f5

Please sign in to comment.