Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ldgen): handle object files with .*.o patterns
Currently, only `.o`, `.*.obj` and `.obj` patterns are taken into account. It would be great to have object files with the `.*.o` extension pattern (e.g. `file.cpp.o`) also processed as they're quite widespread in third-party integrations.
- Loading branch information