mirror of https://github.com/pyodide/pyodide.git
16 lines
362 B
Plaintext
16 lines
362 B
Plaintext
# compiler paths are omitted intentionally so we can override the compiler using environment variables
|
|
[binaries]
|
|
exe_wrapper = 'node'
|
|
pkgconfig = 'pkg-config'
|
|
|
|
[properties]
|
|
needs_exe_wrapper = true
|
|
skip_sanity_check = true
|
|
longdouble_format = 'IEEE_QUAD_LE' # for numpy
|
|
|
|
[host_machine]
|
|
system = 'emscripten'
|
|
cpu_family = 'wasm32'
|
|
cpu = 'wasm'
|
|
endian = 'little'
|