games-fps/quakespasm: simply use STRIP=true

Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
This commit is contained in:
Alexander Tsoy
2025-12-30 14:16:38 +03:00
parent da9ccd66d8
commit 230bfe799a
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ src_compile() {
LDFLAGS="${LDFLAGS}"
DO_USERDIRS=1
MP3LIB=mpg123
STRIP="$(type -P true)"
STRIP=true
USE_SDL2=1
USE_CODEC_FLAC=$(usex flac 1 0)
USE_CODEC_MIKMOD=$(usex mikmod 1 0)

View File

@@ -45,7 +45,7 @@ src_compile() {
LDFLAGS="${LDFLAGS}"
DO_USERDIRS=1
MP3LIB=mpg123
STRIP="$(type -P true)"
STRIP=true
USE_SDL2=1
USE_CODEC_FLAC=$(usex flac 1 0)
USE_CODEC_MIKMOD=$(usex mikmod 1 0)