Skip to content

Commit

Permalink
try to fix double curl.exe build 1
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 16, 2024
1 parent 53444ad commit 2416fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,10 @@ _VER="$1"
fi
TZ=UTC cmake --build "${_BLDDIR}" --verbose
cmake --install "${_BLDDIR}" --prefix "${_PP}"
TZ=UTC cmake --install "${_BLDDIR}" --prefix "${_PP}"
if [[ "${_CONFIG}" = *'curltests'* ]]; then
cmake --build "${_BLDDIR}" --target testdeps
TZ=UTC cmake --build "${_BLDDIR}" --target testdeps
fi
# Manual copy to DESTDIR
Expand Down

0 comments on commit 2416fe2

Please sign in to comment.