Delete stale dependencies in addition to stale assets.

This commit is contained in:
Joseph Cloutier
2024-05-29 20:55:09 -04:00
parent 12ddca85d9
commit 224c0a0e93
8 changed files with 97 additions and 33 deletions

View File

@@ -628,7 +628,7 @@ class TVOSPlatform extends PlatformTarget
fileName = "lib" + fileName;
}
System.copyIfNewer(dependency.path, projectDirectory + "/lib/" + arch + "/" + fileName);
copyIfNewer(dependency.path, projectDirectory + "/lib/" + arch + "/" + fileName);
}
}
}