This repository has been archived on 2025-02-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
zig-clang/bin/ccache-clang++

4 lines
67 B
Bash

#! /bin/sh
clang_path=$(which clang++)
"ccache" "$clang_path" "$@"