Images 💾

Last commit ⭐

commit efc6f8d7b77f96f3d4a9a6693c081f78a08bc830
Author:     Nico Weber <thakis@chromium.org>
AuthorDate: Sat Aug 3 22:03:21 2024 -0400
Commit:     Daniel Bertalan <dani@danielbertalan.dev>
CommitDate: Sun Aug 4 22:42:43 2024 +0200

    Toolchain: Remove dependency on `grealpath` from BuildClang.sh
    
    Regular `realpath` seems to work fine.
    
    This removes the last coreutils dependency from BuildClang.sh.
    It can now run on a system that has just ninja and cmake and Xcode
    installed.
    
    No intended behavior change.