Skip to content

Commit 914ae68

Browse files
committed
scripts: flatpak: set correct bindir for flatpak installation
1 parent 3d49ca2 commit 914ae68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/flatpak/su.xash.Engine.Compat.i386.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ modules:
7777
build-commands:
7878
# HACKHACK: removed --enable-lto because it causes linker errors in Flatpak build
7979
- |
80-
python waf configure -T release --enable-all-renderers --enable-packaging --prefix=/app --libdir=/app/lib32
80+
python waf configure -T release --enable-all-renderers --enable-packaging --prefix=/app --libdir=/app/lib32/xash3d --bindir=/app/lib32
8181
python waf build
8282
python waf install --destdir=/
8383
mkdir -p /app/bin

0 commit comments

Comments
 (0)