File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed
contrib/tools/python3/Include Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
3
#if defined(Py_BUILD_CORE ) || defined(Py_BUILD_CORE_BUILTIN ) || defined(Py_BUILD_CORE_MODULE )
4
+
4
5
#define ABIFLAGS ""
6
+
7
+ // Need for Modules/getpath.c
5
8
#define PREFIX "/var/empty"
6
9
#define EXEC_PREFIX "/var/empty"
7
- #define VERSION "3.10 "
10
+ #define VERSION "3.12 "
8
11
#define VPATH ""
9
- #define BLAKE2_USE_SSE
12
+ #define PLATLIBDIR "lib"
13
+
10
14
#define USE_ZLIB_CRC32
15
+
11
16
#if defined(__linux__ )
12
- #define PLATFORM "linux"
13
- #define MULTIARCH "x86_64-linux-gnu"
14
- #define SOABI "cpython-310 -x86_64-linux-gnu"
17
+ # define PLATFORM "linux"
18
+ # define MULTIARCH "x86_64-linux-gnu"
19
+ # define SOABI "cpython-312 -x86_64-linux-gnu"
15
20
#elif defined(__APPLE__ )
16
- #define PLATFORM "darwin"
17
- #define MULTIARCH "darwin"
18
- #define SOABI "cpython-310-darwin"
19
- #endif
21
+ # define PLATFORM "darwin"
22
+ # define MULTIARCH "darwin"
23
+ # define SOABI "cpython-312-darwin"
20
24
#endif
21
25
22
- #define PLATLIBDIR "lib"
26
+ #endif
23
27
24
28
#if defined(__linux__ )
25
29
#include "pyconfig-linux.h"
You can’t perform that action at this time.
0 commit comments