Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build.zig] pass the real build.zig file #4113

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

InKryption
Copy link
Contributor

Many apologies, #4109 was not thoroughly tested enough to catch this blunder.

@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.

`@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.
@raysan5 raysan5 merged commit 5e91444 into raysan5:master Jun 27, 2024
14 checks passed
@raysan5
Copy link
Owner

raysan5 commented Jun 27, 2024

@InKryption thanks for the review!

@InKryption InKryption deleted the zig-build-2 branch June 27, 2024 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants