bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902)

This commit is contained in:
Christian Heimes 2021-12-03 15:47:06 +02:00 committed by GitHub
parent 03768c4d13
commit ccb73a0d50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 11 deletions

View file

@ -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) \