mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-11 15:47:55 +00:00
scripts: flatpak: set correct bindir for flatpak installation
This commit is contained in:
parent
3d49ca25b3
commit
5c6b9d3235
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user