Hello,
I tried to apply a .patch using tools.patch, however the dependency conan is using does not handle new/deleted files. (see this line in particular).
Furthermore, this library has not been updated in a year. This one looks maintained, I haven't tested it though.
To workaround that, I used self.run to launch git apply.
Hello,
I tried to apply a
.patchusingtools.patch, however the dependency conan is using does not handle new/deleted files. (see this line in particular).Furthermore, this library has not been updated in a year. This one looks maintained, I haven't tested it though.
To workaround that, I used
self.runto launch git apply.