Skip to content

Commit

Permalink
Add --with-build-python to Python cross-compilation configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamezii authored and qwattash committed Jul 11, 2024
1 parent e036581 commit 6785842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pycheribuild/projects/cross/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def configure(self, **kwargs):
ac_cv_file__dev_ptmx="no", # no /dev/ptmx file on cheribsd
ac_cv_file__dev_ptc="no", # no /dev/ptc file on cheribsd
)
self.configure_args.append(f"--with-build-python={native_python}")
# self.configure_environment["ac_cv_file__dev_ptmx+set"] = "set"
# self.configure_environment["ac_cv_file__dev_ptc+set"] = "set"
# TODO: do I need to set? ac_sys_release=13.0
Expand Down

0 comments on commit 6785842

Please sign in to comment.