Skip to content

Commit

Permalink
Issue 542: Fix mac os x parallel fallback code to build single-threaded.
Browse files Browse the repository at this point in the history
  • Loading branch information
PMSeitzer committed May 27, 2022
1 parent 9f484b9 commit 57eac92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/peakdetector/peakdetector.pro
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ mac {
}

unix {
CONFIG += parallel
!mac {
CONFIG += parallel
}
}

win32 {
Expand Down

0 comments on commit 57eac92

Please sign in to comment.