buzz-language / buzz

👨‍🚀 buzz, A small/lightweight statically typed scripting language
https://buzz-lang.dev
MIT License
1.22k stars 34 forks source link

Invalid Field Access: lib.target #243

Closed sneekyfoxx closed 9 months ago

sneekyfoxx commented 9 months ago

File: build.zig

Line #: 586

Bug: attempting to access a field that isn't a member of the *Step.Compile struct

buzz-build

giann commented 9 months ago

As i'm rewriting the AST right now i have not kept up with zig nightly in a long time This will likely been adressed once i merge my work.