We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36488ac commit b6532f3Copy full SHA for b6532f3
phases/19-libcurl.bat
@@ -42,4 +42,4 @@ echo ### Installing
42
ninja install || exit /b 1
43
44
:: 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
+move /y "%INSTALL_PREFIX%\lib\libcurl*.lib" "%INSTALL_PREFIX%\lib\curl.lib" || exit /b 1
0 commit comments