mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 20:19:56 +00:00
3 lines
119 B
Bash
Executable file
3 lines
119 B
Bash
Executable file
#!/bin/sh -e
|
|
sudo ln -s /usr/bin/clang-3.6 /usr/local/bin/clang
|
|
sudo ln -s /usr/bin/clang++-3.6 /usr/local/bin/clang++
|