Commit 7ccfbda
committed
CI:azure:windows_build_deps.cmd: Enforce MSVC libxml build
The issue:
While running this script locally, using the MSVC2022, cmake picked
some MinGW/MSYS toolchain which built fine but produced a libxml2.dll.a
instead of libxml2.dll.
Moreover, since this script takes the compiler, toolset and architecture
as parameters it makes sense to pass the to the libxml build as well.
Signed-off-by: Dan Nechita <dan.nechita@analog.com>1 parent ba372ae commit 7ccfbda
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
0 commit comments