mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2024-11-09 22:28:38 +01:00
Added win static build for curl
This commit is contained in:
parent
ea4588f442
commit
b17e3b7be3
12 changed files with 4 additions and 3 deletions
4
build_curl.sh
Normal file → Executable file
4
build_curl.sh
Normal file → Executable 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.
|
||||
|
||||
|
|
0
build_env_x64.bat
Normal file → Executable file
0
build_env_x64.bat
Normal file → Executable file
0
build_env_x86.bat
Normal file → Executable file
0
build_env_x86.bat
Normal file → Executable file
0
build_linux.sh
Normal file → Executable file
0
build_linux.sh
Normal file → Executable file
0
build_set_protobuf_directories.bat
Normal file → Executable file
0
build_set_protobuf_directories.bat
Normal file → Executable file
0
build_steamos.sh
Normal file → Executable file
0
build_steamos.sh
Normal file → Executable file
0
build_win_debug_experimental.bat
Normal file → Executable file
0
build_win_debug_experimental.bat
Normal file → Executable file
0
build_win_find_interfaces.bat
Normal file → Executable file
0
build_win_find_interfaces.bat
Normal file → Executable file
0
build_win_lobby_connect.bat
Normal file → Executable file
0
build_win_lobby_connect.bat
Normal file → Executable file
0
build_win_release.bat
Normal file → Executable file
0
build_win_release.bat
Normal file → Executable file
0
build_win_release_experimental.bat
Normal file → Executable file
0
build_win_release_experimental.bat
Normal file → Executable file
|
@ -38,9 +38,6 @@ else()
|
|||
else()
|
||||
message(FATAL_ERROR "Arch unknown")
|
||||
endif()
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fvisibility=hidden -fPIC")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden -fPIC")
|
||||
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
|
|
Loading…
Reference in a new issue