-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[vcpkg] Small fixes to vcpkg_build_make #21296
Conversation
@plq, thanks for the PR! could apply the following patch and submit the changes again? |
Change-Id: I44c39663c397cbdeadf1b875ee7e6e1c781add05
Change-Id: I1f401256b2f4e600a1216de499f044ea3c5a2130
cc @Neumann-A for review this PR togather. |
@@ -132,7 +136,7 @@ function(vcpkg_build_make) | |||
set(path_suffix "") | |||
endif() | |||
|
|||
set(working_directory "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}${short_buildtype}${arg_SUBPATH}") | |||
set(working_directory "${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}${short_buildtype}/${arg_SUBPATH}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's correct, since no port use this options, this issue is hidden under the sea.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is more like a modification of the document.
Thanks for the typo fix! |
Describe the pull request
What does your PR fix?
Which triplets are supported?
all
Have you updated the CI baseline?
no
Does your PR follow the maintainer guide?
seems so
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?no port additions