File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ if host_machine.system() == 'windows'
103
103
extra_xmlxx_objects += xmlxx_res
104
104
105
105
if xml2_is_subproject
106
- xmlxx_all_deps += [winsock_dep]
106
+ xmlxx_all_deps += [winsock_dep, bcrypt_dep ]
107
107
endif
108
108
endif
109
109
Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ if not xml2_dep.found()
129
129
thread_dep = dependency (' threads' , required : false )
130
130
zlib_dep = dependency (' zlib' , required : false )
131
131
winsock_dep = cpp_compiler.find_library (' ws2_32' , required : false )
132
+ bcrypt_dep = cpp_compiler.find_library (' bcrypt' , required : false )
132
133
cmake_build_type = get_option (' buildtype' )
133
134
if get_option (' buildtype' ) == ' debugoptimized'
134
135
cmake_build_type = ' RelWithDebInfo'
You can’t perform that action at this time.
0 commit comments