forked from lix-project/lix
FreeBSD can build Linux 32-bit binaries
This commit is contained in:
parent
7888b2ba15
commit
8a74a125bc
|
@ -1251,6 +1251,8 @@ static bool canBuildLocally(const string & platform)
|
|||
#if __linux__
|
||||
|| (platform == "i686-linux" && settings.thisSystem == "x86_64-linux")
|
||||
#endif
|
||||
|| (platform == "i686-linux" && settings.thisSystem == "x86_64-freebsd")
|
||||
|| (platform == "i686-linux" && settings.thisSystem == "i686-freebsd")
|
||||
;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue