Commit 3525d0c 1 parent 065c360 commit 3525d0c Copy full SHA for 3525d0c
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ vcpkg_backup_env_variables(VARS PATH)
28
28
vcpkg_add_to_path(PREPEND "${CURRENT_HOST_INSTALLED_DIR} /tools/python3/Scripts/" "${CURRENT_HOST_INSTALLED_DIR} /tools/qt5/bin/" "${CURRENT_HOST_INSTALLED_DIR} /bin" )
29
29
30
30
message (STATUS "Running sipbuild..." )
31
- # vcpkg_execute_required_process(
32
- # COMMAND "${PYTHON3}" "-m" "sipbuild.tools.build" ${SIPBUILD_ARGS}
33
- # WORKING_DIRECTORY "${SOURCE_PATH}"
34
- # LOGNAME "sipbuild-${TARGET_TRIPLET}"
35
- # )
31
+ vcpkg_execute_required_process(
32
+ COMMAND "${PYTHON3} " "-m" "sipbuild.tools.build" ${SIPBUILD_ARGS}
33
+ WORKING_DIRECTORY "${SOURCE_PATH} "
34
+ LOGNAME "sipbuild-${TARGET_TRIPLET} "
35
+ )
36
36
message (STATUS "Running sipbuild...finished." )
37
37
38
38
# inventory.txt is consumed by the distinfo tool which is run during make and should be run against the package directory
You can’t perform that action at this time.
0 commit comments