Skip to content

Commit a4fd440

Browse files
committed
build: Pass missed strip tool via config.site
1 parent bfbce6c commit a4fd440

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

depends/config.site.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ if test -n "@NM@"; then
115115
ac_cv_path_ac_pt_NM="${NM}"
116116
fi
117117

118+
if test -n "@STRIP@"; then
119+
STRIP="@STRIP@"
120+
ac_cv_path_ac_pt_STRIP="${STRIP}"
121+
fi
122+
118123
if test -n "@debug@"; then
119124
enable_reduce_exports=no
120125
fi

0 commit comments

Comments
 (0)