Skip to content

Commit 2416fe2

Browse files
committed
try to fix double curl.exe build 1
1 parent 53444ad commit 2416fe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

curl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,10 +411,10 @@ _VER="$1"
411411
fi
412412
413413
TZ=UTC cmake --build "${_BLDDIR}" --verbose
414-
cmake --install "${_BLDDIR}" --prefix "${_PP}"
414+
TZ=UTC cmake --install "${_BLDDIR}" --prefix "${_PP}"
415415
416416
if [[ "${_CONFIG}" = *'curltests'* ]]; then
417-
cmake --build "${_BLDDIR}" --target testdeps
417+
TZ=UTC cmake --build "${_BLDDIR}" --target testdeps
418418
fi
419419
420420
# Manual copy to DESTDIR

0 commit comments

Comments
 (0)