mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
Distribute shared library .debug files.
This commit is contained in:
@@ -145,6 +145,12 @@ def cameraserverZipTask = { project ->
|
||||
from(binary.sharedLibraryFile) {
|
||||
into getPlatformPath(binary)
|
||||
}
|
||||
def debugFile = new File(binary.sharedLibraryFile.absolutePath + ".debug")
|
||||
if (debugFile.exists()) {
|
||||
from(debugFile) {
|
||||
into getPlatformPath(binary)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user