Skip to content

Commit

Permalink
Run sipbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Mar 2, 2024
1 parent 065c360 commit 3525d0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ports/py-pyqt5/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ vcpkg_backup_env_variables(VARS PATH)
vcpkg_add_to_path(PREPEND "${CURRENT_HOST_INSTALLED_DIR}/tools/python3/Scripts/" "${CURRENT_HOST_INSTALLED_DIR}/tools/qt5/bin/" "${CURRENT_HOST_INSTALLED_DIR}/bin")

message(STATUS "Running sipbuild...")
#vcpkg_execute_required_process(
# COMMAND "${PYTHON3}" "-m" "sipbuild.tools.build" ${SIPBUILD_ARGS}
# WORKING_DIRECTORY "${SOURCE_PATH}"
# LOGNAME "sipbuild-${TARGET_TRIPLET}"
#)
vcpkg_execute_required_process(
COMMAND "${PYTHON3}" "-m" "sipbuild.tools.build" ${SIPBUILD_ARGS}
WORKING_DIRECTORY "${SOURCE_PATH}"
LOGNAME "sipbuild-${TARGET_TRIPLET}"
)
message(STATUS "Running sipbuild...finished.")

# inventory.txt is consumed by the distinfo tool which is run during make and should be run against the package directory
Expand Down

0 comments on commit 3525d0c

Please sign in to comment.