Delete stale dependencies in addition to stale assets.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user