Remove the bundled libb2 to assert we use the system one
This commit is contained in:
parent
0483fca31a
commit
084ff5acf3
1 changed files with 1 additions and 0 deletions
|
|
@ -692,6 +692,7 @@ find -name '*.exe' -print -delete
|
|||
|
||||
# Remove bundled libraries to ensure that we're using the system copy.
|
||||
rm -r Modules/expat
|
||||
rm -r Modules/_blake2/impl
|
||||
rm -r Modules/_decimal/libmpdec
|
||||
|
||||
# Remove files that should be generated by the build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue