Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow overriding _f2c_fixes.py from user #8

Merged
merged 14 commits into from
Jul 17, 2024
Prev Previous commit
Next Next commit
Make _f2c_fixes_wrapper configurable with config file
  • Loading branch information
ryanking13 committed Jul 5, 2024
commit a2f51a7737a0113751a34826e09d34fbe8a98910
2 changes: 2 additions & 0 deletions pyodide_build/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ def to_env(self) -> dict[str, str]:
"ldflags",
"rust_toolchain",
"meson_cross_file",
# maintainer only
"_f2c_fixes_wrapper",
}

# Default configuration values.
Expand Down
Loading