Skip to content

Commit

Permalink
test map files 1
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 26, 2023
1 parent 369a02b commit 6a8dab4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions curl-autotools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,9 @@ _VER="$1"
fi

if [ "${CW_MAP}" = '1' ]; then
echo '----------------'
find "${_BLDDIR}-${pass}" -name '*.map'
echo '----------------'
if [ "${pass}" = 'shared' ]; then
cp -p "${_BLDDIR}-${pass}/lib/${_MAP_NAME}" "${_PP}/${DYN_DIR}/"
else
Expand Down

0 comments on commit 6a8dab4

Please sign in to comment.