mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
Merge pull request #5916 from SupervisedThinking/meson_native_build
[le11] use Meson native build for package:host
This commit is contained in:
@@ -485,10 +485,16 @@ pkgconfig = '$PKG_CONFIG'
|
||||
llvm-config = '$TOOLCHAIN/bin/llvm-config-host'
|
||||
libgcrypt-config = '$SYSROOT_PREFIX/usr/bin/libgcrypt-config'
|
||||
|
||||
[build_machine]
|
||||
system = 'linux'
|
||||
cpu_family = '${MACHINE_HARDWARE_NAME}'
|
||||
cpu = '${MACHINE_HARDWARE_CPU}'
|
||||
endian = 'little'
|
||||
|
||||
[host_machine]
|
||||
system = 'linux'
|
||||
cpu_family = '$TARGET_ARCH'
|
||||
cpu = '$TARGET_SUBARCH'
|
||||
cpu_family = '${MACHINE_HARDWARE_NAME}'
|
||||
cpu = '${MACHINE_HARDWARE_CPU}'
|
||||
endian = 'little'
|
||||
|
||||
[built-in options]
|
||||
@@ -517,6 +523,12 @@ pkgconfig = '$PKG_CONFIG'
|
||||
llvm-config = '$TOOLCHAIN/bin/llvm-config-host'
|
||||
libgcrypt-config = '$SYSROOT_PREFIX/usr/bin/libgcrypt-config'
|
||||
|
||||
[build_machine]
|
||||
system = 'linux'
|
||||
cpu_family = '${MACHINE_HARDWARE_NAME}'
|
||||
cpu = '${MACHINE_HARDWARE_CPU}'
|
||||
endian = 'little'
|
||||
|
||||
[host_machine]
|
||||
system = 'linux'
|
||||
cpu_family = '$TARGET_ARCH'
|
||||
|
||||
Reference in New Issue
Block a user