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 27, 2023
1 parent edfbd4e commit 112c99c
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 @@ -404,6 +404,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 112c99c

Please sign in to comment.