Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce disk space usage when packaging the built SDK (#763)
Remove intermediate build files during desktop packaging step. This should reduce the disk space usage, as those files (*.o and *.obj) are not required when merging libraries.
- Loading branch information