File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ # compiler paths are omitted intentionally so pyodide-build can override them
2+ # with its pywasmcross wrappers.
3+ [binaries]
4+ exe_wrapper = 'node'
5+ pkgconfig = 'pkg-config'
6+
7+ [properties]
8+ needs_exe_wrapper = true
9+ skip_sanity_check = true
10+
11+ [host_machine]
12+ system = 'emscripten'
13+ cpu_family = 'wasm32'
14+ cpu = 'wasm'
15+ endian = 'little'
Original file line number Diff line number Diff line change @@ -193,4 +193,4 @@ LDFLAGS = "-L$(pwd)/wasm-library-dir/lib -lflint -lmpfr -lgmp $LDFLAGS"
193193
194194[tool .cibuildwheel .pyodide .config-settings ]
195195build-dir = " flint_wasm_build"
196- setup-args = [" -Dflint_version_check=false" ]
196+ setup-args = [" --cross-file=$PWD/bin/emscripten.meson.cross " , " - Dflint_version_check=false" ]
You can’t perform that action at this time.
0 commit comments