17 lines
255 B
INI
17 lines
255 B
INI
[binaries]
|
|
cpp = 'em++'
|
|
c = 'emcc'
|
|
ar = 'emar'
|
|
windres = '/usr/bin/false'
|
|
; exe_wrapper = '/usr/bin/false'
|
|
exe_wrapper = 'node'
|
|
|
|
[host_machine]
|
|
system = 'linux'
|
|
cpu_family = 'x86_64'
|
|
cpu = 'x86_64'
|
|
endian = 'little'
|
|
|
|
[properties]
|
|
needs_exe_wrapper = true
|