ThirdParty: adjustments for various version of Gcc compiler
This commit is contained in:
parent
9893a45acd
commit
a470b0c665
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ unset compilerBin compilerLib compilerInstall
|
||||||
|
|
||||||
|
|
||||||
case "$WM_COMPILER" in
|
case "$WM_COMPILER" in
|
||||||
Gcc)
|
Gcc*)
|
||||||
export WM_CC='gcc'
|
export WM_CC='gcc'
|
||||||
export WM_CXX='g++'
|
export WM_CXX='g++'
|
||||||
;;
|
;;
|
||||||
|
|
Reference in a new issue