mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-18 06:47:31 -04:00
.builds/archlinux: add x86 build
This commit is contained in:
parent
2397e38224
commit
b6ffc26cb2
3 changed files with 47 additions and 2 deletions
19
.builds/x86-linux-gnu.ini
Normal file
19
.builds/x86-linux-gnu.ini
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[binaries]
|
||||
c = '/usr/bin/gcc'
|
||||
cpp = '/usr/bin/g++'
|
||||
ar = '/usr/bin/gcc-ar'
|
||||
strip = '/usr/bin/strip'
|
||||
pkgconfig = '/usr/bin/pkgconf'
|
||||
llvm-config = '/usr/bin/llvm-config32'
|
||||
|
||||
[built-in options]
|
||||
c_args = ['-m32']
|
||||
c_link_args = ['-m32']
|
||||
pkg_config_path = ['/usr/lib32/pkgconfig']
|
||||
libdir = 'lib32'
|
||||
|
||||
[host_machine]
|
||||
system = 'linux'
|
||||
cpu_family = 'x86'
|
||||
cpu = 'i686'
|
||||
endian = 'little'
|
||||
Loading…
Add table
Add a link
Reference in a new issue