mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/optimize: add MACHINE_HARDWARE_CPU for meson conf
This commit is contained in:
parent
8d70c35a3d
commit
ec1d61ce43
@ -65,6 +65,7 @@ if [ -z "$HOST_LIBDIR" ]; then
|
||||
HOST_LIBDIR="$TOOLCHAIN/lib"
|
||||
|
||||
# ubuntu/debian specific "multiarch support"
|
||||
export MACHINE_HARDWARE_CPU="$(uname -p)"
|
||||
export MACHINE_HARDWARE_NAME="$(uname -m)"
|
||||
export MACHINE_HARDWARE_PLATFORM="$(uname -i)"
|
||||
FAMILY_TRIPLET=$($LOCAL_CC -print-multiarch)
|
||||
|
Loading…
x
Reference in New Issue
Block a user