Skip to content

Commit e1ce654

Browse files
committed
fix(libcurl): pin libcurl version
Let's fix the libcurl version for now, until we figure out why gnustep-base does not discover curl.
1 parent cc0bd8d commit e1ce654

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

phases/19-libcurl.bat

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ setlocal
33

44
set PROJECT=libcurl
55
set GITHUB_REPO=curl/curl
6+
set TAG=curl-8_14_0
67

78
:: get the latest release tag from GitHub
8-
cd %~dp0
9-
for /f "usebackq delims=" %%i in (`call %BASH% '../scripts/get-latest-github-release-tag.sh %GITHUB_REPO% curl-'`) do (
10-
set TAG=%%i
11-
)
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+
:: )
1213

1314
:: load environment and prepare project
1415
call "%~dp0\..\scripts\common.bat" prepare_project || exit /b 1

0 commit comments

Comments
 (0)