Ricardo Nuno

Results 2 comments of Ricardo Nuno

@grav I was able to get ladybird building in my M1 mac (arm64). I just needed to edit the Ninja build script to use lldb(mac alternative) instead of gdb because...

Yes ofc @grav , when you do a build just go into the `Build` folder then `build.ninja` file then search for `gdb` and switch to `lldb`. I think the cmake...