mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
Exclude genlinks.bat from HAL zip (#333)
This commit is contained in:
committed by
Peter Johnson
parent
a06dd25d56
commit
6eb82bc314
@@ -93,6 +93,7 @@ task halZip(type: Zip) {
|
||||
from(project.file('../ni-libraries/lib')) {
|
||||
into 'lib'
|
||||
exclude 'genlinks'
|
||||
exclude 'genlinks.bat'
|
||||
exclude 'libwpi.so'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user