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