Skip to content

Commit

Permalink
don't separate host and target toolchain when not x-building
Browse files Browse the repository at this point in the history
there isn't a point to determining the values separately if they are
actually the same things.

Change-Id: I74cd2bf39e96d559630709559602c234c38b0c47
Reviewed-by: Joerg Bornemann <[email protected]>
  • Loading branch information
ossilator committed Jan 20, 2017
1 parent f67afee commit 6b8666c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkspecs/features/toolchain.prf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defineReplace(qtMakeExpand) {
}
}

host_build: \
cross_compile:host_build: \
target_prefix = QMAKE_HOST_CXX
else: \
target_prefix = QMAKE_CXX
Expand Down

0 comments on commit 6b8666c

Please sign in to comment.