File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1907,8 +1907,6 @@ for deployment_target in "${HOST_TARGET}" "${CROSS_COMPILE_TOOLS_DEPLOYMENT_TARG
1907
1907
1908
1908
# When we are building LLVM create symlinks to the c++ headers.
1909
1909
if [[ " ${product} " == " llvm" ]]; then
1910
- set -x
1911
-
1912
1910
# Find the location of the c++ header dir.
1913
1911
if [[ " $( uname -s) " == " Darwin" ]] ; then
1914
1912
HOST_CXX_DIR=$( dirname ${HOST_CXX} )
@@ -1922,6 +1920,7 @@ for deployment_target in "${HOST_TARGET}" "${CROSS_COMPILE_TOOLS_DEPLOYMENT_TARG
1922
1920
BUILT_CXX_INCLUDE_DIR=" $llvm_build_dir /include"
1923
1921
1924
1922
echo " symlinking the system headers ($HOST_CXX_HEADERS_DIR ) into the local clang build directory ($BUILT_CXX_INCLUDE_DIR )."
1923
+ set -x
1925
1924
ln -s -f " $HOST_CXX_HEADERS_DIR " " $BUILT_CXX_INCLUDE_DIR "
1926
1925
{ set +x; } 2> /dev/null
1927
1926
fi
You can’t perform that action at this time.
0 commit comments