Closed travisstaloch closed 1 year ago
This is necessary now that the API was changed in https://github.com/ziglang/zig/pull/14785.
Now that b.addModule() returns a *Module, we can reuse it as discussed here
b.addModule()
*Module
Thanks!
This is necessary now that the API was changed in https://github.com/ziglang/zig/pull/14785.
Now that
b.addModule()
returns a*Module
, we can reuse it as discussed here