mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
game.libretro.scummvm: fix linker issue
Using "-Wl,--as-needed" with ld causes undefined symbols.
This commit is contained in:
parent
0050462a91
commit
9d3282937c
@ -15,3 +15,7 @@ PKG_LONGDESC="game.libretro.scummvm: scummvm for Kodi"
|
||||
|
||||
PKG_IS_ADDON="yes"
|
||||
PKG_ADDON_TYPE="kodi.gameclient"
|
||||
|
||||
pre_configure_target() {
|
||||
export LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user