Skip to content

Commit

Permalink
Remove buildconf.bat invocation and exclude libpsl
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Feb 19, 2025
1 parent 300b76a commit f7baf3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions phases/19-libcurl.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ call "%~dp0\..\scripts\common.bat" prepare_project || exit /b 1

cd "%SRCROOT%\%PROJECT%" || exit \b 1

:: generate build config
call "buildconf.bat" || exit \b 1

set BUILD_DIR="%SRCROOT%\%PROJECT%\build-%ARCH%-%BUILD_TYPE%"
if exist "%BUILD_DIR%" (rmdir /S /Q "%BUILD_DIR%" || exit /b 1)
mkdir "%BUILD_DIR%" || exit /b 1
Expand All @@ -28,6 +25,7 @@ echo ### Running cmake
cmake .. %CMAKE_OPTIONS% ^
-D BUILD_SHARED_LIBS=YES ^
-D CURL_USE_SCHANNEL=YES ^
-D CURL_USE_LIBPSL=NO ^
-D BUILD_CURL_EXE=NO ^
-D BUILD_LIBCURL_DOCS=NO ^
-D BUILD_MISC_DOCS=NO ^
Expand Down

0 comments on commit f7baf3a

Please sign in to comment.