mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 01:15:35 +00:00
no need to re-map when using system default
This commit is contained in:
parent
0a96f4c847
commit
42640b7811
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -ex
|
||||
|
||||
sudo ln -sf /usr/bin/clang-10 /usr/local/bin/clang
|
||||
sudo ln -sf /usr/bin/clang++-10 /usr/local/bin/clang++
|
||||
#sudo ln -sf /usr/bin/clang-6 /usr/local/bin/clang
|
||||
#sudo ln -sf /usr/bin/clang++-6 /usr/local/bin/clang++
|
||||
|
|
Loading…
Reference in a new issue