add os helpers

This commit is contained in:
Aleksandr Chebotov
2020-09-17 17:59:39 +03:00
parent 809ab4473a
commit 65b6ca8163

View File

@@ -3,6 +3,10 @@
## File: clang.sh
## Desc: Installs Clang compiler
################################################################################
set -e
# Source the helpers for use with the script
source $HELPER_SCRIPTS/os.sh
function InstallClang {
local version=$1