Skip to content

Commit 7c30215

Browse files
proton-ge-custom-*: disable strip
As a workaround for #4699, if libmakepkg-dropins is installed on build machine, revert this commit.
1 parent 7481bcb commit 7c30215

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

archlinuxcn/proton-ge-custom-bin/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ optdepends=(
5656
'winetricks: protonfixes backend'
5757
'xboxdrv: gamepad driver service'
5858
)
59-
options=(emptydirs pestrip)
59+
options=(emptydirs !strip pestrip)
6060

6161
source=(
6262
"${pkgname}_${_tag}.tar.gz::${url}/releases/download/${_tag}/${_tag}.tar.gz"

archlinuxcn/proton-ge-custom-opt/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pkgdesc="Compatibility tool for Steam Play based on Wine and additional componen
1414
url="https://github.com/GloriousEggroll/proton-ge-custom"
1515
arch=(x86_64 x86_64_v3)
1616
# LTO lead to vkd3d FTBFS
17-
options=(!staticlibs !lto emptydirs pestrip)
17+
options=(!staticlibs !lto emptydirs !strip pestrip)
1818
license=('BSD-3-Clause AND LGPL-2.1-or-later AND Zlib AND MIT AND MPL-2.0 AND OFL-3.0 AND LicenseRef-STEAMWORKS-SDK-license')
1919
provides=('proton' "proton-ge-custom=${pkgver}")
2020
conflicts=('proton-ge-custom')

0 commit comments

Comments
 (0)