mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 07:57:49 +00:00
Merge pull request #4129 from svenfoo/fix-game-libretro-scummvm-build
game.libretro.scummvm: fix linker issue
This commit is contained in:
commit
20bc0ebce1
@ -4,7 +4,7 @@
|
||||
PKG_NAME="game.libretro.scummvm"
|
||||
PKG_VERSION="2.0.0.6-Leia"
|
||||
PKG_SHA256="f71f7ba56ca4c7717afdd0626b0ce1d9da3ae199a32eceb22837f8658c7d4698"
|
||||
PKG_REV="1"
|
||||
PKG_REV="2"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/kodi-game/game.libretro.scummvm"
|
||||
@ -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