diff options
| author | arcadia-devtools <[email protected]> | 2022-04-28 12:41:00 +0300 |
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-04-28 12:41:00 +0300 |
| commit | d43b7ece11f69b40ce622932ca5984037e746f0d (patch) | |
| tree | 71d70f6f2cc8d25a2600e7bb098b3f4d961af6b6 /contrib/tools/python3/src/Include | |
| parent | a447193ffaba945617c168539a78d6b911372369 (diff) | |
intermediate changes
ref:c05ee82f93a09541e081e91f89591e8a617e352a
Diffstat (limited to 'contrib/tools/python3/src/Include')
| -rw-r--r-- | contrib/tools/python3/src/Include/pyconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/python3/src/Include/pyconfig.h b/contrib/tools/python3/src/Include/pyconfig.h index cabe1c7a6b3..c252299d780 100644 --- a/contrib/tools/python3/src/Include/pyconfig.h +++ b/contrib/tools/python3/src/Include/pyconfig.h @@ -1,6 +1,6 @@ #pragma once -#ifdef Py_BUILD_CORE +#if defined(Py_BUILD_CORE) || defined(Py_BUILD_CORE_BUILTIN) || defined(Py_BUILD_CORE_MODULE) #define ABIFLAGS "" #define PREFIX "/var/empty" #define EXEC_PREFIX "/var/empty" |
