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 ee7254d commit 06dbd92Copy full SHA for 06dbd92
scripts/versioning.sh
@@ -21,7 +21,12 @@ function application_build_versioned_components()
21
# -------------------------------------------------------------------------
22
# Build the native dependencies.
23
24
- autotools_build
+ # No longer needed with recent libxml2.
25
+ if false
26
+ then
27
+ # autoreconf required by libxml2.
28
+ autotools_build
29
+ fi
30
31
# -----------------------------------------------------------------------
32
# Revert to requested target.
0 commit comments