Merge "Setup ccache symlinks on openSUSE"
This commit is contained in:
commit
e882bb5836
9
elements/opensuse/install.d/01-ccache-symlinks
Executable file
9
elements/opensuse/install.d/01-ccache-symlinks
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Setup ccache symlinks, as openSUSE's ccache package doesn't
|
||||
# include them.
|
||||
mkdir -p /usr/lib/ccache
|
||||
for tool in cc gcc; do
|
||||
ln -s /usr/bin/ccache /usr/lib/ccache/$tool
|
||||
done
|
Loading…
Reference in New Issue
Block a user