upgrade to latest nightly and removed hacks for building on freebsd.

This commit is contained in:
Adam Murdoch
2014-04-02 09:44:22 +11:00
parent c5bdaea14e
commit 4fed5e58ac
3 changed files with 1 additions and 3 deletions

View File

@@ -169,7 +169,6 @@ binaries.withType(SharedLibraryBinary) { binary ->
return
}
def arch = System.properties['os.arch']
if (arch == 'hack') { arch = 'i386' }
if (targetPlatform.operatingSystem.name in ['linux', 'freebsd'] && targetPlatform.architecture.name != arch) {
// Native plugins don't detect whether multilib support is available or not. Assume not for now
return