From 4fed5e58acd473250cd02018c9a87266368a25c7 Mon Sep 17 00:00:00 2001 From: Adam Murdoch Date: Wed, 2 Apr 2014 09:44:22 +1100 Subject: [PATCH] upgrade to latest nightly and removed hacks for building on freebsd. --- build.gradle | 1 - gradle/wrapper/gradle-wrapper.properties | 2 +- readme.md | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 3f48c8c..58037df 100755 --- a/build.gradle +++ b/build.gradle @@ -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 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ee284b7..24afe54 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME 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 diff --git a/readme.md b/readme.md index f3281c8..8224cbb 100755 --- a/readme.md +++ b/readme.md @@ -199,7 +199,6 @@ You can run `$INSTALL_DIR/bin/native-platform-test` to run the test application. ### Fixes -* FreeBSD: Remove i386 hack from build * Linux: Fix detection of multiarch support * FreeBSD: Fix detection of multiarch support * All: `Process.getPid()` should return a long