1
0
Fork 1
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:
Bret Curtis 2020-03-22 21:34:46 +01:00
parent 0a96f4c847
commit 42640b7811

View file

@ -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++