Skip to content

Instantly share code, notes, and snippets.

@karolherbst
Created January 12, 2019 21:39
Show Gist options
  • Save karolherbst/bd601ed78be81ff3be0d57bde0e637a6 to your computer and use it in GitHub Desktop.
Save karolherbst/bd601ed78be81ff3be0d57bde0e637a6 to your computer and use it in GitHub Desktop.
[binaries]
ar = 'ar'
c = 'cc'
cpp = 'c++'
llvm-config = 'llvm-config-32'
pkgconfig = 'pkg-config'
strip = 'strip'
[properties]
c_args = ['-m32']
c_link_args = ['-m32']
cpp_args = ['-m32']
cpp_link_args = ['-m32']
[host_machine]
system = 'linux'
cpu_family = 'x86'
cpu = 'i686'
endian = 'little'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment