mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
FreeBSD can build Linux 32-bit binaries
This commit is contained in:
parent
7888b2ba15
commit
8a74a125bc
1 changed files with 2 additions and 0 deletions
|
@ -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