Skip to content

Commit da956c5

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

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

bin/cfgcommon.sh

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

0 commit comments

Comments
 (0)