You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zig_repo/zig build
/_path_/zld/build.zig:27:8: error: no field or member function named 'addPackagePath' in 'Build.CompileStep'
lib.addPackagePath("dis_x86_64", "zig-dis-x86_64/src/dis_x86_64.zig");
~~~^~~~~~~~~~~~~~~
/path_to_zig_repo/lib/std/Build/CompileStep.zig:1:1: note: struct declared here
const builtin = @import("builtin");
Earlier binaries produce other compile errors.
The text was updated successfully, but these errors were encountered:
OS: Macos
Arch: arm64(Darwin)
Steps to reproduce:
Earlier binaries produce other compile errors.
The text was updated successfully, but these errors were encountered: