From 5378afe849e9ec8e06f8bce3b34609ef41ee615d Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Mon, 1 Apr 2024 19:34:14 +0300 Subject: [PATCH] trigger cache rebuild Signed-off-by: Alexander Piskun --- libheif/linux_build_libs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libheif/linux_build_libs.py b/libheif/linux_build_libs.py index db94ed0f..d7fb524a 100644 --- a/libheif/linux_build_libs.py +++ b/libheif/linux_build_libs.py @@ -6,7 +6,7 @@ from re import IGNORECASE, MULTILINE, match, search from subprocess import DEVNULL, PIPE, STDOUT, CalledProcessError, TimeoutExpired, run -# 0 +# 1 BUILD_DIR = environ.get("BUILD_DIR", "/tmp/ph_build_stuff") INSTALL_DIR_LIBS = environ.get("INSTALL_DIR_LIBS", "/usr") PH_LIGHT_VERSION = sys.maxsize <= 2**32 or getenv("PH_LIGHT_ACTION", "0") != "0"