mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-02-02 10:14:42 +00:00
scripts: flatpak: disable LTO for Flatpak for now, it causes linker errors
This commit is contained in:
parent
43fde38d88
commit
3d49ca25b3
@ -75,8 +75,9 @@ modules:
|
|||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-options: *compat-i386-opts
|
build-options: *compat-i386-opts
|
||||||
build-commands:
|
build-commands:
|
||||||
|
# HACKHACK: removed --enable-lto because it causes linker errors in Flatpak build
|
||||||
- |
|
- |
|
||||||
python waf configure -T release --enable-all-renderers --enable-packaging --enable-lto --prefix=/app --libdir=/app/lib32
|
python waf configure -T release --enable-all-renderers --enable-packaging --prefix=/app --libdir=/app/lib32
|
||||||
python waf build
|
python waf build
|
||||||
python waf install --destdir=/
|
python waf install --destdir=/
|
||||||
mkdir -p /app/bin
|
mkdir -p /app/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user