diff options
| author | say <[email protected]> | 2022-02-10 16:48:19 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:19 +0300 |
| commit | a6a6f6e1e77c7d7d0cdfad61c093e061d6fb5782 (patch) | |
| tree | 4ba72c2b9370316395657a82e1952eebbe587ade /contrib/tools/python3/src/Include | |
| parent | 24e42061bd52ed0f06dff42f3db89414ba1d186e (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/python3/src/Include')
| -rw-r--r-- | contrib/tools/python3/src/Include/pyconfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tools/python3/src/Include/pyconfig.h b/contrib/tools/python3/src/Include/pyconfig.h index 965b9e1be4d..7924e7fb457 100644 --- a/contrib/tools/python3/src/Include/pyconfig.h +++ b/contrib/tools/python3/src/Include/pyconfig.h @@ -1,7 +1,7 @@ #pragma once #ifdef Py_BUILD_CORE -#define ABIFLAGS "" +#define ABIFLAGS "" #define PREFIX "/var/empty" #define EXEC_PREFIX "/var/empty" #define VERSION "3.9" @@ -11,11 +11,11 @@ #if defined(__linux__) #define PLATFORM "linux" #define MULTIARCH "x86_64-linux-gnu" -#define SOABI "cpython-39-x86_64-linux-gnu" +#define SOABI "cpython-39-x86_64-linux-gnu" #elif defined(__APPLE__) #define PLATFORM "darwin" #define MULTIARCH "darwin" -#define SOABI "cpython-39-darwin" +#define SOABI "cpython-39-darwin" #endif #endif |
