⚠️ Known Issues with zig fetch and Zig 0.15.x/0.16-dev
#99
Closed
rcalixte
announced in
Announcements
Replies: 2 comments
-
|
This will be fixed once Zig 0.16 is released: https://codeberg.org/ziglang/zig/pulls/30635 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Resolved in #134 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There is a known issue with
zig fetchand this project when using Zig 0.15.x and currently Zig 0.16-dev. The core team is aware of the issue.There are some workarounds:
zig fetch --save https://github.com/rcalixte/libqt6zig/archive/{commit}.tar.gzor
or
gitand update the build.zig.zon manually:to
Beta Was this translation helpful? Give feedback.
All reactions