diff --git a/.scripts/run_win_build.bat b/.scripts/run_win_build.bat index 7d2fdd6..48734de 100755 --- a/.scripts/run_win_build.bat +++ b/.scripts/run_win_build.bat @@ -42,7 +42,9 @@ if EXIST LICENSE.txt ( copy LICENSE.txt "recipe\\recipe-scripts-license.txt" ) if NOT [%HOST_PLATFORM%] == [%BUILD_PLATFORM%] ( - set "EXTRA_CB_OPTIONS=%EXTRA_CB_OPTIONS% --no-test" + if [%CROSSCOMPILING_EMULATOR%] == [] ( + set "EXTRA_CB_OPTIONS=%EXTRA_CB_OPTIONS% --no-test" + ) ) if NOT [%flow_run_id%] == [] ( diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 36dc420..8a54f71 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "2.12.1" %} +{% set version = "2.12.2" %} package: name: libxml2 @@ -6,7 +6,7 @@ package: source: url: https://gitlab.gnome.org/GNOME/libxml2/-/archive/v{{ version }}/libxml2-v{{ version }}.tar.gz - sha256: 1090e62c5a1900429f63e4681263b96e7829876ccbc66cf2d9266cd589f67286 + sha256: 1cd3a24aa65acc7e2ca90b984667fc19b7c9a1dd1ec1934e9b33932fbfd827c1 patches: - 0002-Make-and-install-a-pkg-config-file-on-Windows.patch