Nim: Set targetAbi to Abi::hostAbi

Considering that you can link C libraries into the binary the
hostAbi is a better default than unknown-unknown-unknown-unknown.

Change-Id: I24ced24a2d04cdeb794d32c85a42bb848c7291ed
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Tobias Hunger
2018-04-10 16:30:31 +02:00
parent 916bc59cfb
commit 12d25f8061

View File

@@ -66,7 +66,7 @@ QString NimToolChain::typeDisplayName() const
Abi NimToolChain::targetAbi() const Abi NimToolChain::targetAbi() const
{ {
return Abi(); return Abi::hostAbi();
} }
bool NimToolChain::isValid() const bool NimToolChain::isValid() const