[python3] Install pkg-config files on Windows platforms#22198
[python3] Install pkg-config files on Windows platforms#22198BillyONeal merged 1 commit intomicrosoft:masterfrom soylent-io:fix/python3-pkgconfig
Conversation
Hoikas
left a comment
There was a problem hiding this comment.
These changes assume that both release and debug builds are being built. It needs to be made safe for release only and debug only triplets.
|
Thanks for your PR. Please run command |
Fixed now |
ports/python3/portfile.cmake
Outdated
There was a problem hiding this comment.
Maybe I'm confused by my understanding is that configure_file only looks at CMake variables, not environment variables, so this call to vcpkg_backup_env_variables and vcpkg_restore_env_variables doesn't seem to have an effect?
There was a problem hiding this comment.
Yes, @BillyONeal is right - I updated the PR
|
Thanks! |
Install pkg-config configuration files on Windows platforms (msbuild builds)
What does your PR fix?
Which triplets are supported/not supported? Have you updated the CI baseline?
all
Does your PR follow the maintainer guide?
Yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --alland committed the result?If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/