Some checks failed
Build and Deploy / build-macos (push) Failing after 29s
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
Build and Deploy / package-dist (push) Has been cancelled
Build and Deploy / deploy-itch (push) Has been cancelled
Build and Deploy / deploy-gitea (push) Has been cancelled
Build and Deploy / build-linux (push) Has been cancelled
23 lines
600 B
Plaintext
23 lines
600 B
Plaintext
[binaries]
|
|
c = 'emcc'
|
|
cpp = 'em++'
|
|
ar = 'emar'
|
|
strip = 'emstrip'
|
|
pkgconfig = 'pkg-config'
|
|
exe_wrapper = 'node'
|
|
|
|
[host_machine]
|
|
system = 'emscripten'
|
|
cpu_family = 'wasm32'
|
|
cpu = 'wasm32'
|
|
endian = 'little'
|
|
|
|
[built-in options]
|
|
pkg_config_path = '/emsdk/upstream/emscripten/cache/sysroot/lib/pkgconfig'
|
|
cmake_prefix_path = '/emsdk/upstream/emscripten/cache/sysroot'
|
|
|
|
[properties]
|
|
needs_exe_wrapper = true
|
|
# <-- Replace with your real path to Emscripten.cmake:
|
|
cmake_toolchain_file = '/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake'
|