0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

build: Pass missed strip tool via config.site

This commit is contained in:
Hennadii Stepanov 2022-04-15 16:22:01 +02:00
parent bfbce6cbfe
commit a4fd440741
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -115,6 +115,11 @@ if test -n "@NM@"; then
ac_cv_path_ac_pt_NM="${NM}"
fi
if test -n "@STRIP@"; then
STRIP="@STRIP@"
ac_cv_path_ac_pt_STRIP="${STRIP}"
fi
if test -n "@debug@"; then
enable_reduce_exports=no
fi