Skip to content
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

[freetype]Re-fixed the issue of exporting symbols when building dynamic library. #7141

Merged
merged 2 commits into from
Jul 8, 2019
Merged

[freetype]Re-fixed the issue of exporting symbols when building dynamic library. #7141

merged 2 commits into from
Jul 8, 2019

Conversation

JackBoosY
Copy link
Contributor

When we have built a dynamic library, since there is already a source cache, the patch will not be applied.

It is unreasonable to use the condition to determine whether to apply the patch.

Related: #5853.

@JackBoosY JackBoosY added the info:internal This PR or Issue was filed by the vcpkg team. label Jul 3, 2019
@JackBoosY JackBoosY marked this pull request as ready for review July 3, 2019 16:05
@JackBoosY JackBoosY requested a review from Rastaban July 4, 2019 02:01
0002-Add-CONFIG_INSTALL_PATH-option.patch
0003-Fix-UWP.patch
)
set(ENABLE_DLL_EXPORT OFF)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have seen this solved in other ports by deleting the source directory if it exists before extracting. I like your solution better, Thanks!.

@Rastaban Rastaban merged commit 327494e into microsoft:master Jul 8, 2019
@JackBoosY JackBoosY deleted the dev/jack/5853 branch July 8, 2019 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info:internal This PR or Issue was filed by the vcpkg team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants