Skip to content

Commit

Permalink
Only include sweep.h in shared/static .zip.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Jan 22, 2017
1 parent cd470c4 commit 0367250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions releases.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ task userSharedZip(type: Zip) {

// copy driver include
from (file(driverInclude)) {
include '**/*.h'
include 'sweep.h'
into '/cpp/include'
}

Expand Down Expand Up @@ -204,7 +204,7 @@ task userStaticZip(type: Zip) {

// copy driver include
from (file(driverInclude)) {
include '**/*.h'
include 'sweep.h'
into '/cpp/include'
}

Expand Down

0 comments on commit 0367250

Please sign in to comment.