Some fixes for linux.

This commit is contained in:
Adam Murdoch
2013-01-26 18:18:56 +11:00
parent 64a738008e
commit 12c41606ee
2 changed files with 3 additions and 4 deletions

View File

@@ -21,8 +21,6 @@ allprojects {
sourceCompatibility = 1.5
targetCompatibility = 1.5
configurations.compile.extendsFrom = []
tasks.withType(Upload) {
repositories {
mavenDeployer {
@@ -39,7 +37,7 @@ allprojects {
}
dependencies {
groovy 'org.codehaus.groovy:groovy:1.8.7'
testCompile 'org.codehaus.groovy:groovy:1.8.7'
}
def nativeHeadersDir = file("$buildDir/nativeHeaders")
@@ -176,7 +174,7 @@ libraries {
cursesAmd64 {
sourceSets << cpp.sourceSets.curses
spec {
baseName = 'native-platform-linux-amd64'
baseName = 'native-platform-curses-linux-amd64'
args("-m64", "-lcurses")
}
}