mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-01-17 14:28:30 +01:00
12 lines
158 B
INI
12 lines
158 B
INI
|
[binaries]
|
||
|
c = 'emcc'
|
||
|
cpp = 'em++'
|
||
|
strip = 'emstrip'
|
||
|
ar = 'emar'
|
||
|
|
||
|
[host_machine]
|
||
|
system = 'emscripten'
|
||
|
cpu_family = 'wasm32'
|
||
|
cpu = 'wasm32'
|
||
|
endian = 'little'
|