Skip to content

Commit b6532f3

Browse files
committed
libcurl: fix rebuilding using --only libcurl
1 parent 36488ac commit b6532f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phases/19-libcurl.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ echo ### Installing
4242
ninja install || exit /b 1
4343

4444
:: rename libcurl-d_imp.lib to curl.lib to allow linking using -lcurl
45-
ren "%INSTALL_PREFIX%\lib\libcurl*.lib" "curl.lib" || exit /b 1
45+
move /y "%INSTALL_PREFIX%\lib\libcurl*.lib" "%INSTALL_PREFIX%\lib\curl.lib" || exit /b 1

0 commit comments

Comments
 (0)