Fix build-appimage.sh for Pillow 0.7.0
This commit is contained in:
parent
2dd275c618
commit
60448b39e9
2
TODO.md
2
TODO.md
|
@ -6,6 +6,8 @@
|
|||
- Download progress bar for file events, "Save as..."
|
||||
- Make rooms fully manageable within Mirage: settings, permissions, kick, etc
|
||||
- Add AppImage metadata file
|
||||
- Pillow now bundle image libraries?
|
||||
Update AppImage building script and INSTALL.md
|
||||
|
||||
## Refactoring
|
||||
|
||||
|
|
|
@ -92,7 +92,7 @@ setup_env() {
|
|||
set -euo pipefail
|
||||
|
||||
export PATH="/usr/lib/ccache:$PATH"
|
||||
export LD_LIBRARY_PATH="$HOME/.local/lib/python3.8/site-packages/.libs_cffi_backend/:/usr/lib/x86_64-linux-gnu/:/usr/lib:$LD_LIBRARY_PATH"
|
||||
export LD_LIBRARY_PATH="$HOME/.local/lib/python3.8/site-packages/PIL/.libs/:$HOME/.local/lib/python3.8/site-packages/.libs_cffi_backend/:/usr/lib/x86_64-linux-gnu/:/usr/lib:$LD_LIBRARY_PATH"
|
||||
export PREFIX=/usr
|
||||
|
||||
export CFLAGS="-march=x86-64 -O2 -pipe -fPIC"
|
||||
|
|
Loading…
Reference in New Issue
Block a user