mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 03:32:35 +01:00
build-mg.sh: no more warning when clang is not installed [ci skip]
This commit is contained in:
parent
7ce5476669
commit
d348edc634
@ -85,8 +85,8 @@ done
|
||||
# 1. Install clang (sudo apt-get install clang)
|
||||
# 2. Set the two vars below:
|
||||
# WANT_CLANG=YES and CLANG_BIN_PATH=<path_to_the_clang_binary>
|
||||
CLANG_BIN_PATH=$( which clang )
|
||||
CLANGPP_BIN_PATH=$( which clang++ )
|
||||
CLANG_BIN_PATH=$( which clang 2>/dev/null )
|
||||
CLANGPP_BIN_PATH=$( which clang++ 2>/dev/null )
|
||||
|
||||
cd ${SCRIPTDIR}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user