aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2021-03-11 21:16:08 +0100
committerGitHub <noreply@github.com>2021-03-11 12:16:08 -0800
commit46349895741d3763224394fcfed019a894bd9afd (patch)
treed6f46d0124c968dc8a0b0e58525658f619832859 /scripts
parent2543be2edf60bf38511c2d477bb17b617398a108 (diff)
downloadvcpkg-46349895741d3763224394fcfed019a894bd9afd.tar.gz
vcpkg-46349895741d3763224394fcfed019a894bd9afd.zip
[harfbuzz] work around upstream SameFileError (#16621)
During the configuration of harfbuzz several Python scripts are invoked that are supposed to copy some files. For some reason however the scripts end up being instructed to copy files to themselves at which point a SameFileError is risen, causing the build to fail. This is a workaround for the underlaying issue that is deemed to be usptream. The upstream issues are - https://github.com/mesonbuild/meson/issues/8375 - https://github.com/harfbuzz/harfbuzz/issues/2870 The workaround is to add a patch that makes sure these scripts check whether source and target file are the same and only invoking the copy action if they are not. Fixes #16262
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions