Skip to content

Commit eff1016

Browse files
committed
Revert CL# 108090
[git-p4: depot-paths = "//dev/main.cpp/": change = 108091]
1 parent 17b0b60 commit eff1016

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

bin/cfgcommon.sh

+6-2
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,12 @@ echo Build tools:
159159
$JAVA_HOME/bin/java -version
160160
case $(uname) in
161161
"Darwin")
162-
xcodebuild -version
163-
g++ --version
162+
if [ -z "$CC_HOME" ]; then
163+
xcodebuild -version
164+
g++ --version
165+
else
166+
g++ --version
167+
fi
164168
;;
165169
"Linux")
166170
g++ --version

0 commit comments

Comments
 (0)