From c5c212cde033f5c5a69ead7e1a5151795627c190 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Tue, 12 Mar 2024 17:03:19 +0100 Subject: [PATCH] [py-qscintilla-qt5] Fix building for non windows --- ports/py-qscintilla-qt5/portfile.cmake | 2 +- ports/py-qscintilla-qt5/vcpkg.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ports/py-qscintilla-qt5/portfile.cmake b/ports/py-qscintilla-qt5/portfile.cmake index e00c2c9..dc366df 100644 --- a/ports/py-qscintilla-qt5/portfile.cmake +++ b/ports/py-qscintilla-qt5/portfile.cmake @@ -22,7 +22,7 @@ set(SIPBUILD_ARGS "--no-make" "--verbose" "--build-dir" "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-rel" - "--target-dir" "${CURRENT_INSTALLED_DIR}/tools/python3/Lib/site-packages/" + "--target-dir" "${CURRENT_INSTALLED_DIR}/${PYTHON3_SITE}" ) # TODO: help it find sip include dirs, manually patched into sipbuild/project.py for now diff --git a/ports/py-qscintilla-qt5/vcpkg.json b/ports/py-qscintilla-qt5/vcpkg.json index c65968f..70f50b8 100644 --- a/ports/py-qscintilla-qt5/vcpkg.json +++ b/ports/py-qscintilla-qt5/vcpkg.json @@ -1,6 +1,7 @@ { "name": "py-qscintilla-qt5", "version": "2.13.4", + "port-version": 1, "description": "Python bindings for QScintilla, which is a port to Qt of the Scintilla editing component. Features syntax highlighting, code-completion and much more (Barebone build without python bindings (missing dependeny PyQt) and without QtDesigner plugin)", "homepage": "https://www.riverbankcomputing.com/software/qscintilla", "license": "GPL-3.0-or-later",