diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 8e4af96..9de877e 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -16,9 +16,6 @@ build: - export PYO3_CROSS_INCLUDE_DIR=$PREFIX/include - export PYO3_CROSS_LIB_DIR=$SP_DIR/../ - export PYO3_CROSS_PYTHON_VERSION=$PY_VER - - ls $PYO3_CROSS_LIB_DIR - - find $PYO3_CROSS_LIB_DIR -name "_sysconfigdata*.py" -not -name "${_CONDA_PYTHON_SYSCONFIGDATA_NAME_BACKUP}.py" -type f -exec rm -f {} + - - ls $PYO3_CROSS_LIB_DIR {% endif %} - {{ PYTHON }} -m pip install . -vv