mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 15:59:54 +00:00
4 lines
123 B
Bash
Executable file
4 lines
123 B
Bash
Executable file
#!/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++
|