Skip to content

bpo-45881: configure --with-freeze-module --with-build-python (GH-29835) #29835

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

Merged
merged 7 commits into from
Nov 29, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rename arg to freeze-module
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
  • Loading branch information
tiran and Erlend Egeberg Aasland committed Nov 29, 2021
commit 0a8c3397d36527178e7675fb65441ba1bcd74430
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ rm -f pybuilddir.txt

dnl cross-compiling needs a freeze_module binary for build platform
AC_ARG_WITH(
[freeze_module],
[freeze-module],
[AS_HELP_STRING([--with-freeze-module=Programs/_freeze_module],
[path to _freeze_module binary for cross compiling (default: self-hosted Programs/_freeze_module binary)])],
[
Expand Down