We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7eefca commit b7a8a2dCopy full SHA for b7a8a2d
.github/scripts/ci_build_cairo.py
@@ -26,7 +26,7 @@
26
27
VENV_NAME = "meson-venv"
28
BUILD_DIR = "build"
29
-INSTALL_PREFIX = Path(__file__).parent.parent / "third_party" / "cairo"
+INSTALL_PREFIX = Path(__file__).parent.parent.parent / "third_party" / "cairo"
30
31
logging.basicConfig(level=logging.INFO, format="%(asctime)s %(levelname)s %(message)s")
32
logger = logging.getLogger(__name__)
0 commit comments