mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #27713: Surpress spurious build warnings when updating importlib's
bootstrap files: Could not find platform dependent libraries <exec_prefix Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] Patch by Xiang Zhang
This commit is contained in:
parent
6902ddf2ca
commit
17cfc86422
2 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,7 @@ main(int argc, char *argv[])
|
|||
Py_NoUserSiteDirectory++;
|
||||
Py_NoSiteFlag++;
|
||||
Py_IgnoreEnvironmentFlag++;
|
||||
Py_FrozenFlag++;
|
||||
|
||||
Py_SetProgramName(L"./_freeze_importlib");
|
||||
/* Don't install importlib, since it could execute outdated bytecode. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue