14 lines
216 B
INI
14 lines
216 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'
|