Exclude genlinks.bat from HAL zip (#333)

This commit is contained in:
Thad House
2016-11-06 21:47:34 -08:00
committed by Peter Johnson
parent a06dd25d56
commit 6eb82bc314

View File

@@ -93,6 +93,7 @@ task halZip(type: Zip) {
from(project.file('../ni-libraries/lib')) {
into 'lib'
exclude 'genlinks'
exclude 'genlinks.bat'
exclude 'libwpi.so'
}