Fix qtPlatformTargetSuffix for darwin platforms
Commit 1749f918 changed a "mac" scope to a "macos" scope (thanks to the enormously helpful hint from in^Wsanity bot). Instead it should use "darwin", because that's what is equivalent to "mac". Fixes: QTBUG-81599 Change-Id: I0fd82f984945836a5b7b1bea5ed2117a2f676947 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
This commit is contained in:
parent
1749f9184b
commit
0ab53fbdda
@ -13,7 +13,7 @@ defineReplace(qtPlatformTargetSuffix) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
macos {
|
darwin {
|
||||||
CONFIG(debug, debug|release) {
|
CONFIG(debug, debug|release) {
|
||||||
!debug_and_release|build_pass: \
|
!debug_and_release|build_pass: \
|
||||||
return($${suffix}_debug)
|
return($${suffix}_debug)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user