ThirdParty: adjustments for various version of Gcc compiler

This commit is contained in:
Martin Beaudoin 2011-05-28 10:09:00 -04:00
parent 9893a45acd
commit a470b0c665

View file

@ -177,7 +177,7 @@ unset compilerBin compilerLib compilerInstall
case "$WM_COMPILER" in
Gcc)
Gcc*)
export WM_CC='gcc'
export WM_CXX='g++'
;;