Skip to content

Commit

Permalink
Check if ccache exists in mingw64
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed May 9, 2024
1 parent 5c58087 commit 3394516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mudlet.pro
Expand Up @@ -475,7 +475,7 @@ macx {
BASE_CXX = $$QMAKE_CXX
BASE_C = $$QMAKE_C
# common linux location
exists(/usr/bin/ccache)|exists(/usr/local/bin/ccache)|exists(C:/Program Files/ccache/ccache.exe) {
exists(/usr/bin/ccache)|exists(/usr/local/bin/ccache)|exists(C:/Program Files/ccache/ccache.exe)|exists(/usr/bin/ccache.exe) {
QMAKE_CXX = ccache $$BASE_CXX
QMAKE_C = ccache $$BASE_C
}
Expand Down

0 comments on commit 3394516

Please sign in to comment.