don't separate host and target toolchain when not x-building
there isn't a point to determining the values separately if they are actually the same things. Change-Id: I74cd2bf39e96d559630709559602c234c38b0c47 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>bb10
parent
f67afee9e9
commit
6b8666c7f2
|
|
@ -12,7 +12,7 @@ defineReplace(qtMakeExpand) {
|
|||
}
|
||||
}
|
||||
|
||||
host_build: \
|
||||
cross_compile:host_build: \
|
||||
target_prefix = QMAKE_HOST_CXX
|
||||
else: \
|
||||
target_prefix = QMAKE_CXX
|
||||
|
|
|
|||
Loading…
Reference in New Issue