Skip to content

Commit

Permalink
exe on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Feb 27, 2024
1 parent 9fc2aa3 commit 0da362c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ports/py-pyqt6/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ vcpkg_from_pythonhosted(
SHA512 c2ff8c47c9b0e43c009d0c90f565a54344e6f384c67dd30c2d422465d0702c07713acc0095c8b67827d1146675611c07d548ba282a26e41bb60a0a21977a7a64
)

if(CMAKE_HOST_WIN32)
set(EXE_SUFFIX ".exe")
endif()

set(SIPBUILD_ARGS
"--confirm-license"
"--qmake" "${CURRENT_INSTALLED_DIR}/tools/Qt6/bin/qmake"
"--qmake" "${CURRENT_INSTALLED_DIR}/tools/Qt6/bin/qmake${EXE_SUFFIX}"
"--api-dir" "${CURRENT_PACKAGES_DIR}/share/qt6/qsci/api/python"
"--verbose"
"--qt-shared"
Expand Down

0 comments on commit 0da362c

Please sign in to comment.