mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
Fixes a missed change from the ni-libraries location change (#326)
This commit is contained in:
committed by
Peter Johnson
parent
3fe0f49ac0
commit
2235a809c4
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user