Skip to content

Commit

Permalink
[py-qscintilla-qt5] Fix building for non windows
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Mar 12, 2024
1 parent ff79a09 commit c5c212c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ports/py-qscintilla-qt5/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions ports/py-qscintilla-qt5/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c5c212c

Please sign in to comment.