You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MangoHud/mangoconfig/emscripten.cross

15 lines
338 B
Plaintext

[binaries]
c = '/usr/lib/emscripten/emcc'
cpp = '/usr/lib/emscripten/em++'
ar = '/usr/lib/emscripten/emar'
strip = '/usr/lib/emscripten/emstrip'
pkgconfig = ['/usr/lib/emscripten/emconfigure', 'pkg-config']
[properties]
needs_exe_wrapper = true
[host_machine]
system = 'emscripten'
cpu_family = 'wasm32'
cpu = 'wasm32'
endian = 'little'