mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
kodi: add mold linker
This commit is contained in:
parent
65fa2f2473
commit
8aefb33a85
@ -25,6 +25,11 @@ configure_package() {
|
|||||||
PKG_KODI_LINKER="-DENABLE_GOLD=ON \
|
PKG_KODI_LINKER="-DENABLE_GOLD=ON \
|
||||||
-DENABLE_MOLD=OFF"
|
-DENABLE_MOLD=OFF"
|
||||||
;;
|
;;
|
||||||
|
mold)
|
||||||
|
PKG_KODI_LINKER="-DENABLE_GOLD=OFF \
|
||||||
|
-DENABLE_MOLD=ON \
|
||||||
|
-DMOLD_EXECUTABLE=${TOOLCHAIN}/${TARGET_NAME}/bin/mold"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
PKG_KODI_LINKER="-DENABLE_GOLD=OFF \
|
PKG_KODI_LINKER="-DENABLE_GOLD=OFF \
|
||||||
-DENABLE_MOLD=OFF"
|
-DENABLE_MOLD=OFF"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user