We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568d91d commit 5794e26Copy full SHA for 5794e26
2 files changed
bin/emscripten.meson.cross
@@ -0,0 +1,15 @@
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'
pyproject.toml
@@ -193,4 +193,4 @@ LDFLAGS = "-L$(pwd)/wasm-library-dir/lib -lflint -lmpfr -lgmp $LDFLAGS"
193
194
[tool.cibuildwheel.pyodide.config-settings]
195
build-dir = "flint_wasm_build"
196
-setup-args = ["-Dflint_version_check=false"]
+setup-args = ["--cross-file=$PWD/bin/emscripten.meson.cross", "-Dflint_version_check=false"]
0 commit comments