mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +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
|
#!/bin/bash -ex
|
||||||
|
|
||||||
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++-10 /usr/local/bin/clang++
|
#sudo ln -sf /usr/bin/clang++-6 /usr/local/bin/clang++
|
||||||
|
|
Loading…
Reference in a new issue