File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -411,7 +411,7 @@ endif()
411411set (LIBXML_MINOR_COMPAT 14)
412412math (EXPR LIBXML_SOVERSION "${LIBXML_MAJOR_VERSION} + ${LIBXML_MINOR_COMPAT} " )
413413math (EXPR LIBXML_AGE "${LIBXML_MINOR_VERSION} - ${LIBXML_MINOR_COMPAT} " )
414- math (EXPR LIBXML_MACHO_COMPAT "${LIBXML_SOVERSION } + 1" )
414+ math (EXPR LIBXML_MACHO_COMPAT "${LIBXML_MAJOR_VERSION} + ${LIBXML_MINOR_VERSION } + 1" )
415415set_target_properties (
416416 LibXml2
417417 PROPERTIES
Original file line number Diff line number Diff line change @@ -480,7 +480,7 @@ endforeach
480480v_min_compat = 14
481481so_version = v_maj + v_min_compat
482482age = v_min - v_min_compat
483- darwin_compat = so_version + 1
483+ darwin_compat = v_maj + v_min + 1
484484xml_lib = library (
485485 ' xml2' ,
486486 files (xml_src),
You can’t perform that action at this time.
0 commit comments