We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3880f72 commit 54a85ccCopy full SHA for 54a85cc
phases/19-libcurl.bat
@@ -3,13 +3,12 @@ setlocal
3
4
set PROJECT=libcurl
5
set GITHUB_REPO=curl/curl
6
-set TAG=curl-8_14_0
7
8
:: get the latest release tag from GitHub
9
-:: cd %~dp0
10
-:: for /f "usebackq delims=" %%i in (`call %BASH% '../scripts/get-latest-github-release-tag.sh %GITHUB_REPO% curl-'`) do (
11
-:: set TAG=%%i
12
-:: )
+cd %~dp0
+for /f "usebackq delims=" %%i in (`call %BASH% '../scripts/get-latest-github-release-tag.sh %GITHUB_REPO% curl-'`) do (
+ set TAG=%%i
+)
13
14
:: load environment and prepare project
15
call "%~dp0\..\scripts\common.bat" prepare_project || exit /b 1
0 commit comments