scripts: flatpak: set correct bindir for flatpak installation

This commit is contained in:
Alibek Omarov 2023-07-22 04:29:54 +03:00
parent 3d49ca25b3
commit 5c6b9d3235
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ modules:
build-commands:
# HACKHACK: removed --enable-lto because it causes linker errors in Flatpak build
- |
python waf configure -T release --enable-all-renderers --enable-packaging --prefix=/app --libdir=/app/lib32
python waf configure -T release --enable-all-renderers --enable-packaging --prefix=/app --libdir=/app/lib32 --bindir=/app/lib32/xash3d
python waf build
python waf install --destdir=/
mkdir -p /app/bin