Skip to content

Commit b334c8e

Browse files
authored
libxml2: Explicitly set the LLDB LibXML2 version (#82210)
With this change, the `LibXml2_DIR` CMake define is no longer overridden on configure and actually takes effect when building lldb.
1 parent 5987bbf commit b334c8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,6 +1823,7 @@ function Get-CompilersDefines([Hashtable] $Platform, [string] $Variant, [switch]
18231823
CMAKE_FIND_PACKAGE_PREFER_CONFIG = "YES";
18241824
CMAKE_Swift_FLAGS = $SwiftFlags;
18251825
LibXml2_DIR = "$BinaryCache\$($Platform.Triple)\usr\lib\cmake\libxml2-2.11.5";
1826+
LLDB_LIBXML2_VERSION = "2.11.5";
18261827
LLDB_PYTHON_EXE_RELATIVE_PATH = "python.exe";
18271828
LLDB_PYTHON_EXT_SUFFIX = ".pyd";
18281829
LLDB_PYTHON_RELATIVE_PATH = "lib/site-packages";

0 commit comments

Comments
 (0)