Added win static build for curl

This commit is contained in:
Nemirtingas 2019-08-21 21:35:41 +02:00
parent ea4588f442
commit b17e3b7be3
12 changed files with 4 additions and 3 deletions

4
build_curl.sh Normal file → Executable file
View file

@ -32,6 +32,10 @@ args+=($build_testing)
args+=($build_type)
args+=($custom_arch_var)
if [ ! -z "$EXTRA_CMAKE_ENV" ]; then
args+=("-DCURL_STATIC_CRT=ON")
fi
# EXTRA_CMAKE_ENV is set by setup_clang_env.sh to build for windows.
# You must run setup_clang_env.sh before calling this script if you build for windows.