Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add missing assembly src files to ObjCxx
Assembly files like `.S` are allowed in `srcs` of `objc_library` but we were dropping these because it was only being handled in the `else` case where we do not have Objective-C srcs.
- Loading branch information