Issue when compiling on macOS
Closed this issue · 3 comments
pomettini commented
/Users/pomettini/Git/ZigGBAHelloWorld/build.zig:8:25: error: container 'std' has no member called 'Target' exe.setTheTarget(std.Target {
Any idea of why this happens? I apologize for the newbie question, but I'm moving my first steps with Zig :)
andrewrk commented
double check that your zig version meets this requirement from the README:
This project assume current Zig master (0.5.0+d28aa38db).
wendigojaeger commented
Thanks for the response @andrewrk ! I do have a OSX machine that I could setup to test.
And @pomettini, let me known if using the master OS X has issues.
wendigojaeger commented
Tried on Mac OS X, I needed to install LLVM using brew and add its destination bin folder to my $PATH but everything works.