#patch build.zig downloaded from .zon before using as dependency.

1 messages · Page 1 of 1 (latest)

keen rune
#

I'd like to know how to do what the title said.

simple nacelle
#

I don't think this is currently possible, I also don't know whether this is planned to be added at some point. I think currently you would instead have to create a fork with a modified build.zig

naive rivet
#

you might be able to simulate a build.zig with Dependency.path?

rain umbra
#

you can just fetch the existing repo as an artifact using the package manager, then make a new build.zig file that builds it
it’s pretty simple, I did that for raylib in one of my projects