Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build.zig] pass the real build.zig file
`@This()` was naively passed to `dependencyFromBuildZig` while inside a file that is not actually the build file, causing a panic when actually used. Passing `@import("../build.zig")` fixes this.
- Loading branch information