Skip to content

Commit

Permalink
fix regression setting timestamps for .def files
Browse files Browse the repository at this point in the history
Regression from bcd0261
  • Loading branch information
vszakats committed Oct 27, 2023
1 parent db61ce0 commit e25b2fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions curl-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@

touch -c -r "${_ref}" "${_PP}"/lib/*.a

if [ "${_OS}" = 'win' ]; then
touch -c -r "${_ref}" "${_PP}"/bin/*.def
fi

# Process map files

if [ "${CW_MAP}" = '1' ]; then
Expand Down

0 comments on commit e25b2fe

Please sign in to comment.