mirror of
https://github.com/python/cpython.git
synced 2025-10-06 15:11:58 +00:00
bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902)
This commit is contained in:
parent
03768c4d13
commit
ccb73a0d50
4 changed files with 9 additions and 11 deletions
|
@ -19,7 +19,7 @@
|
|||
#endif
|
||||
|
||||
/* Reference the precompiled getpath.py */
|
||||
#include "getpath.h"
|
||||
#include "../Python/frozen_modules/getpath.h"
|
||||
|
||||
#if (!defined(PREFIX) || !defined(EXEC_PREFIX) \
|
||||
|| !defined(VERSION) || !defined(VPATH) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue