Skip to content

Commit

Permalink
update lib build path
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Bailey committed Jul 1, 2016
1 parent 3eec462 commit 4ca9076
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ if (osname.contains('windows')) {
// assemble.dependsOn buildGoogleTest
}


ext.jniHeadersTask = ':krypto-api:GenerateJniHeaders'
ext.jarTask = ':krypto-api:jar'
if( project.hasProperty('developmentMode') && project.developmentMode ) {
Expand All @@ -50,7 +49,7 @@ task buildGoogleTest(type: Exec) {
}

task copyBinariesToApi(type: Copy, dependsOn: 'krypto-lib:build') {
from 'krypto-lib/build/binaries/mainSharedLibrary/'
from 'krypto-lib/build/libs/main/shared/'
into 'krypto-api/src/main/resources/'
include( '**/*.so', '**/*.dylib' )
}
Expand Down

0 comments on commit 4ca9076

Please sign in to comment.