We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 300b76a commit f7baf3aCopy full SHA for f7baf3a
phases/19-libcurl.bat
@@ -15,9 +15,6 @@ call "%~dp0\..\scripts\common.bat" prepare_project || exit /b 1
15
16
cd "%SRCROOT%\%PROJECT%" || exit \b 1
17
18
-:: generate build config
19
-call "buildconf.bat" || exit \b 1
20
-
21
set BUILD_DIR="%SRCROOT%\%PROJECT%\build-%ARCH%-%BUILD_TYPE%"
22
if exist "%BUILD_DIR%" (rmdir /S /Q "%BUILD_DIR%" || exit /b 1)
23
mkdir "%BUILD_DIR%" || exit /b 1
@@ -28,6 +25,7 @@ echo ### Running cmake
28
25
cmake .. %CMAKE_OPTIONS% ^
29
26
-D BUILD_SHARED_LIBS=YES ^
30
27
-D CURL_USE_SCHANNEL=YES ^
+ -D CURL_USE_LIBPSL=NO ^
31
-D BUILD_CURL_EXE=NO ^
32
-D BUILD_LIBCURL_DOCS=NO ^
33
-D BUILD_MISC_DOCS=NO ^
0 commit comments