Skip to content

Commit

Permalink
qmake ccache redirected outputs to NUL
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jun 16, 2024
1 parent b6d1063 commit 86b71fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qmake/features/private/tiny_ccache_version.prf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defineTest(tiny_should_disable_precompile_headers) {
# w/o it the exit code is 1). In this case don't disable PCH and even don't cache
# the TINY_CCACHE_VERSION because the build is gona to fail and we don't want to
# cache a wrong value
!system("ccache --version"): \
!system("ccache --version 1>$$QMAKE_SYSTEM_NULL_DEVICE 2>$$QMAKE_SYSTEM_NULL_DEVICE"): \
return(false)

exitCode = 1
Expand Down

0 comments on commit 86b71fc

Please sign in to comment.