Skip to content

Commit

Permalink
{project} doesn't work, use $PWD for now
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed May 29, 2024
1 parent d1c9f90 commit fc0e37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ manylinux-aarch64-image = "manylinux2014"
musllinux-x86_64-image = "musllinux_1_1"

[tool.cibuildwheel.pyodide]
config-settings = "build-dir=build setup-args=--cross-file={project}/tools/ci/emscripten/emscripten.meson.cross setup-args=-Dblas=none setup-args=-Dlapack=none"
config-settings = "build-dir=build setup-args=--cross-file=$PWD/tools/ci/emscripten/emscripten.meson.cross setup-args=-Dblas=none setup-args=-Dlapack=none"

[tool.cibuildwheel.linux.environment]
# RUNNER_OS is a GitHub Actions specific env var; define it here so it works on Cirrus CI too
Expand Down

0 comments on commit fc0e37f

Please sign in to comment.