File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2049,5 +2049,6 @@ echo " CPPFLAGS = $DEBUG_CPPFLAGS $HARDENED_CPPFLAGS $CORE_CPPFLAGS $CPP
20492049echo " CXX = $CXX"
20502050echo " CXXFLAGS = $LTO_CXXFLAGS $DEBUG_CXXFLAGS $HARDENED_CXXFLAGS $WARN_CXXFLAGS $NOWARN_CXXFLAGS $ERROR_CXXFLAGS $GPROF_CXXFLAGS $CORE_CXXFLAGS $CXXFLAGS"
20512051echo " LDFLAGS = $LTO_LDFLAGS $PTHREAD_LIBS $HARDENED_LDFLAGS $GPROF_LDFLAGS $CORE_LDFLAGS $LDFLAGS"
2052+ echo " AR = $AR"
20522053echo " ARFLAGS = $ARFLAGS"
20532054echo
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ PYTHONPATH="${depends_prefix}/native/lib/python3/dist-packages${PYTHONPATH:+${PA
105105
106106if test -n "@AR@"; then
107107 AR="@AR@"
108- ac_cv_path_ac_pt_AR ="${AR}"
108+ ac_cv_path_AR ="${AR}"
109109fi
110110
111111if test -n "@RANLIB@"; then
126126if test "@host_os@" = darwin; then
127127 if test -n "@OTOOL@"; then
128128 OTOOL="@OTOOL@"
129- ac_cv_path_ac_pt_OTOOL ="${OTOOL}"
129+ ac_cv_path_OTOOL ="${OTOOL}"
130130 fi
131131
132132 if test -n "@INSTALL_NAME_TOOL@"; then
133133 INSTALL_NAME_TOOL="@INSTALL_NAME_TOOL@"
134- ac_cv_path_ac_pt_INSTALL_NAME_TOOL ="${INSTALL_NAME_TOOL}"
134+ ac_cv_path_INSTALL_NAME_TOOL ="${INSTALL_NAME_TOOL}"
135135 fi
136136
137137 if test -n "@DSYMUTIL@"; then
138138 DSYMUTIL="@DSYMUTIL@"
139- ac_cv_path_ac_pt_DSYMUTIL ="${DSYMUTIL}"
139+ ac_cv_path_DSYMUTIL ="${DSYMUTIL}"
140140 fi
141141fi
142142
You can’t perform that action at this time.
0 commit comments