PyInstaller: fix build w/ gcc10
This commit is contained in:
parent
335308e075
commit
fade73d433
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ changelog="https://pyinstaller.readthedocs.io/en/v4.0/CHANGES.html"
|
|||
distfiles="https://github.com/pyinstaller/pyinstaller/releases/download/v${version}/pyinstaller-${version}.tar.gz"
|
||||
checksum=970beb07115761d5e4ec317c1351b712fd90ae7f23994db914c633281f99bab0
|
||||
|
||||
CFLAGS="-Wno-stringop-truncation"
|
||||
|
||||
post_extract() {
|
||||
rm -rf PyInstaller/bootloader/*
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue