File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ def clean_lines(text):
171
171
Objects/stringlib/unicode_format.h Py_BUILD_CORE 1
172
172
Python/ceval_gil.h Py_BUILD_CORE 1
173
173
Python/condvar.h Py_BUILD_CORE 1
174
+ Modules/getpath_noop.c Py_BUILD_CORE 1
174
175
175
176
Modules/_json.c Py_BUILD_CORE_BUILTIN 1
176
177
Modules/_pickle.c Py_BUILD_CORE_BUILTIN 1
@@ -232,13 +233,15 @@ def clean_lines(text):
232
233
233
234
# implied include of <unistd.h>
234
235
Include/**/*.h _POSIX_THREADS 1
236
+ Include/**/*.h HAVE_PTHREAD_H 1
235
237
236
238
# from Makefile
237
239
Modules/getpath.c PYTHONPATH 1
238
240
Modules/getpath.c PREFIX ...
239
241
Modules/getpath.c EXEC_PREFIX ...
240
242
Modules/getpath.c VERSION ...
241
243
Modules/getpath.c VPATH ...
244
+ Modules/getpath.c PLATLIBDIR ...
242
245
243
246
# from Modules/_sha3/sha3module.c
244
247
Modules/_sha3/kcp/KeccakP-1600-inplace32BI.c PLATFORM_BYTE_ORDER 4321 # force big-endian
You can’t perform that action at this time.
0 commit comments