upgrade to latest nightly and removed hacks for building on freebsd.
This commit is contained in:
@@ -169,7 +169,6 @@ binaries.withType(SharedLibraryBinary) { binary ->
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
def arch = System.properties['os.arch']
|
def arch = System.properties['os.arch']
|
||||||
if (arch == 'hack') { arch = 'i386' }
|
|
||||||
if (targetPlatform.operatingSystem.name in ['linux', 'freebsd'] && targetPlatform.architecture.name != arch) {
|
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
|
// Native plugins don't detect whether multilib support is available or not. Assume not for now
|
||||||
return
|
return
|
||||||
|
|||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=http\://services.gradle.org/distributions-snapshots/gradle-1.12-20140228232808+0000-all.zip
|
distributionUrl=http\://services.gradle.org/distributions-snapshots/gradle-2.0-20140401014412+0000-all.zip
|
||||||
|
|||||||
@@ -199,7 +199,6 @@ You can run `$INSTALL_DIR/bin/native-platform-test` to run the test application.
|
|||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
||||||
* FreeBSD: Remove i386 hack from build
|
|
||||||
* Linux: Fix detection of multiarch support
|
* Linux: Fix detection of multiarch support
|
||||||
* FreeBSD: Fix detection of multiarch support
|
* FreeBSD: Fix detection of multiarch support
|
||||||
* All: `Process.getPid()` should return a long
|
* All: `Process.getPid()` should return a long
|
||||||
|
|||||||
Reference in New Issue
Block a user