Skip to content

Commit

Permalink
scripts: flatpak: set correct bindir for flatpak installation
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Jul 22, 2023
1 parent 3d49ca2 commit 5c6b9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/flatpak/su.xash.Engine.Compat.i386.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c6b9d3

Please sign in to comment.