From b203ee24a240fddf6e326613c5e3415cab5d6fe3 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Sat, 19 Sep 2020 00:48:02 -0500 Subject: [PATCH] Fix ignore_run_exports --- recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c26f577ba..844cb34d8 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -232,7 +232,8 @@ outputs: - name: libpython-static build: activate_in_script: True - ignore_run_exports: # [unix] + ignore_run_exports: + - python_abi # Would like to be able to append to the calculated build string here, ping @msarahan, is this possible? string: h{{ PKG_HASH }}_{{ PKG_BUILDNUM }}{{ linkage_nature }}{{ debug }}_cpython script: build_static.sh # [unix]