File tree 2 files changed +14
-0
lines changed 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,8 @@ $(host_prefix)/share/config.site : config.site.in $(host_prefix)/.stamp_$(final_
222
222
-e 's|@RANLIB@|$(host_RANLIB)|' \
223
223
-e 's|@NM@|$(host_NM)|' \
224
224
-e 's|@STRIP@|$(host_STRIP)|' \
225
+ -e 's|@OTOOL@|$(host_OTOOL)|' \
226
+ -e 's|@INSTALL_NAME_TOOL@|$(host_INSTALL_NAME_TOOL)|' \
225
227
-e 's|@build_os@|$(build_os)|' \
226
228
-e 's|@host_os@|$(host_os)|' \
227
229
-e 's|@CFLAGS@|$(strip $(host_CFLAGS) $(host_$(release_type)_CFLAGS))|' \
Original file line number Diff line number Diff line change @@ -120,6 +120,18 @@ if test -n "@STRIP@"; then
120
120
ac_cv_path_ac_pt_STRIP="${STRIP}"
121
121
fi
122
122
123
+ if test "@host_os@" = darwin; then
124
+ if test -n "@OTOOL@"; then
125
+ OTOOL="@OTOOL@"
126
+ ac_cv_path_ac_pt_OTOOL="${OTOOL}"
127
+ fi
128
+
129
+ if test -n "@INSTALL_NAME_TOOL@"; then
130
+ INSTALL_NAME_TOOL="@INSTALL_NAME_TOOL@"
131
+ ac_cv_path_ac_pt_INSTALL_NAME_TOOL="${INSTALL_NAME_TOOL}"
132
+ fi
133
+ fi
134
+
123
135
if test -n "@debug@"; then
124
136
enable_reduce_exports=no
125
137
fi
You can’t perform that action at this time.
0 commit comments