compat-32/gstreamer-32/x86-linux-gnu

19 lines
355 B
Plaintext
Raw Permalink Normal View History

2024-06-09 19:44:59 +02:00
[binaries]
c = ['gcc', '-m32']
cpp = ['g++', '-m32']
rust = ['rustc', '--target', 'i686-unknown-linux-gnu']
pkgconfig = '/usr/bin/pkg-config'
llvm-config = '/usr/bin/llvm-config-32'
strip = 'strip'
[built-in options]
libdir = 'lib32'
[host_machine]
system = 'linux'
subsystem = 'linux'
kernel = 'linux'
cpu_family = 'x86'
cpu = 'i686'
endian = 'little'