Skip to content

Commit c7543f5

Browse files
committed
fix macosx build
1 parent e5ed611 commit c7543f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/librssguard/miscellaneous/iofactory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ bool IOFactory::startProcessDetached(const QString& program, const QStringList&
7878
process.setProgram(program);
7979
process.setArguments(arguments);
8080

81-
#if !defined(Q_OS_MACOS)
81+
#if defined(Q_OS_WIN) || defined(Q_CLANG_QDOC)
8282
process.setNativeArguments(native_arguments);
8383
#endif
8484

0 commit comments

Comments
 (0)