mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
20 lines
606 B
INI
20 lines
606 B
INI
; meson cross file for waffle -> aarch64 Android
|
|
; Replace NDK_TOOLCHAIN with e.g.
|
|
; $HOME/Library/Android/sdk/ndk/27.3.13750724/toolchains/llvm/prebuilt/darwin-x86_64
|
|
; and PKGCONFIG_DIR with the directory holding the stub egl.pc.
|
|
[binaries]
|
|
c = 'NDK_TOOLCHAIN/bin/aarch64-linux-android26-clang'
|
|
cpp = 'NDK_TOOLCHAIN/bin/aarch64-linux-android26-clang++'
|
|
ar = 'NDK_TOOLCHAIN/bin/llvm-ar'
|
|
strip = 'NDK_TOOLCHAIN/bin/llvm-strip'
|
|
pkg-config = '/usr/bin/pkg-config'
|
|
|
|
[host_machine]
|
|
system = 'android'
|
|
cpu_family = 'aarch64'
|
|
cpu = 'aarch64'
|
|
endian = 'little'
|
|
|
|
[properties]
|
|
pkg_config_libdir = 'PKGCONFIG_DIR'
|