We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301c335 commit dbafb3fCopy full SHA for dbafb3f
pycheribuild/projects/cross/qt5.py
@@ -1018,7 +1018,9 @@ def process(self):
1018
1019
# it also needs libxml2
1020
class BuildLibXml2(CrossCompileCMakeProject):
1021
- repository = GitRepository("https://github.com/CTSRD-CHERI/libxml2")
+ repository = GitRepository(
1022
+ "https://gitlab.gnome.org/GNOME/libxml2.git", old_urls=[b"https://github.com/CTSRD-CHERI/libxml2"]
1023
+ )
1024
native_install_dir = DefaultInstallDir.BOOTSTRAP_TOOLS
1025
supported_architectures = CompilationTargets.ALL_FREEBSD_AND_CHERIBSD_TARGETS + CompilationTargets.ALL_NATIVE
1026
0 commit comments