diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2023-06-16 12:17:48 +0200 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2023-06-16 12:17:48 +0200 |
commit | b68989b7df04150244ff02a369fbf185bf3db80a (patch) | |
tree | 01e6cc9a88df4d039e86839b26420bfbed23502c /.flatpak-builder/ccache/bin | |
parent | 8ea48750efa6b699a10d0f280b429db01525e80b (diff) | |
download | Furtherance-b68989b7df04150244ff02a369fbf185bf3db80a.tar.zst |
Update to v1.8.1
Diffstat (limited to '.flatpak-builder/ccache/bin')
l--------- | .flatpak-builder/ccache/bin/c++ | 1 | ||||
l--------- | .flatpak-builder/ccache/bin/cc | 1 | ||||
l--------- | .flatpak-builder/ccache/bin/g++ | 1 | ||||
l--------- | .flatpak-builder/ccache/bin/gcc | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/.flatpak-builder/ccache/bin/c++ b/.flatpak-builder/ccache/bin/c++ new file mode 120000 index 0000000..2329eb0 --- /dev/null +++ b/.flatpak-builder/ccache/bin/c++ @@ -0,0 +1 @@ +/usr/bin/ccache \ No newline at end of file diff --git a/.flatpak-builder/ccache/bin/cc b/.flatpak-builder/ccache/bin/cc new file mode 120000 index 0000000..2329eb0 --- /dev/null +++ b/.flatpak-builder/ccache/bin/cc @@ -0,0 +1 @@ +/usr/bin/ccache \ No newline at end of file diff --git a/.flatpak-builder/ccache/bin/g++ b/.flatpak-builder/ccache/bin/g++ new file mode 120000 index 0000000..2329eb0 --- /dev/null +++ b/.flatpak-builder/ccache/bin/g++ @@ -0,0 +1 @@ +/usr/bin/ccache \ No newline at end of file diff --git a/.flatpak-builder/ccache/bin/gcc b/.flatpak-builder/ccache/bin/gcc new file mode 120000 index 0000000..2329eb0 --- /dev/null +++ b/.flatpak-builder/ccache/bin/gcc @@ -0,0 +1 @@ +/usr/bin/ccache \ No newline at end of file |