Fixes a missed change from the ni-libraries location change (#326)

This commit is contained in:
Thad House
2016-11-04 13:26:34 -07:00
committed by Peter Johnson
parent 3fe0f49ac0
commit 2235a809c4

View File

@@ -63,7 +63,7 @@ task wpilibcZip(type: Zip) {
}
// Finally, include all of the shared library objects from the ni directory
from(project.file('../ni-libraries')) {
from(project.file('../ni-libraries/lib')) {
include 'libwpi.so'
into 'lib'
}