Skip to content

Commit f7baf3a

Browse files
committed
Remove buildconf.bat invocation and exclude libpsl
1 parent 300b76a commit f7baf3a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

phases/19-libcurl.bat

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ call "%~dp0\..\scripts\common.bat" prepare_project || exit /b 1
1515

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

18-
:: generate build config
19-
call "buildconf.bat" || exit \b 1
20-
2118
set BUILD_DIR="%SRCROOT%\%PROJECT%\build-%ARCH%-%BUILD_TYPE%"
2219
if exist "%BUILD_DIR%" (rmdir /S /Q "%BUILD_DIR%" || exit /b 1)
2320
mkdir "%BUILD_DIR%" || exit /b 1
@@ -28,6 +25,7 @@ echo ### Running cmake
2825
cmake .. %CMAKE_OPTIONS% ^
2926
-D BUILD_SHARED_LIBS=YES ^
3027
-D CURL_USE_SCHANNEL=YES ^
28+
-D CURL_USE_LIBPSL=NO ^
3129
-D BUILD_CURL_EXE=NO ^
3230
-D BUILD_LIBCURL_DOCS=NO ^
3331
-D BUILD_MISC_DOCS=NO ^

0 commit comments

Comments
 (0)