gyro icon indicating copy to clipboard operation
gyro copied to clipboard

Managing C dependencies with gyro

Open LordMZTE opened this issue 2 years ago • 1 comments

I believe it would be very handy for gyro to have the ability to handle C libraries in the form of git repositories.

I think a very elegant solution would be, to be able to specify a URL for a C git repository in gyro.zzz, and to have a path to the place gyro cloned it end up in deps.zig, so the build script can manage the C dependency itself.

LordMZTE avatar Oct 29 '22 09:10 LordMZTE

I really like this idea, it's just the bare minimum functionality you need in order to do write reusable build scripts

mattnite avatar Nov 15 '22 06:11 mattnite