mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
4 lines
116 B
Bash
Executable File
4 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++
|