From bb87b51282071e10ff30e41b9f2407be43e6ed70 Mon Sep 17 00:00:00 2001 From: laggykiller Date: Sun, 2 Jun 2024 09:29:13 +0800 Subject: [PATCH] Build with LOTTIE_MODULE=OFF to render images See https://github.com/Samsung/rlottie/issues/407 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1dc3434..9d66c2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,7 @@ include = ["CMakeLists.txt", "rlottie/*"] build_type = "Release" source_path = "." build_args = ["-j"] +options = {"LOTTIE_MODULE" = "OFF"} install_components = ["python_module"] python_abi = 'abi3' abi3_minimum_cpython_version = 37