win32: build static library
Fixes linker failure on test/run_output.exe
This commit is contained in:
@@ -141,6 +141,7 @@ if is_windows
|
||||
wasapi_dep = [
|
||||
c_compiler.find_library('ksuser', required: true),
|
||||
c_compiler.find_library('ole32', required: true),
|
||||
win32_dep,
|
||||
]
|
||||
else
|
||||
wasapi_dep = dependency('', required: false)
|
||||
|
||||
Reference in New Issue
Block a user