Skip to content

Commit 2563adf

Browse files
committed
Sorting
1 parent 40be123 commit 2563adf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Modules/Setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ PYTHONPATH=$(COREPYTHONPATH)
200200
#_dbm _dbmmodule.c -lgdbm_compat -DUSE_GDBM_COMPAT
201201
#_gdbm _gdbmmodule.c -lgdbm
202202
#_lzma _lzmamodule.c -llzma
203-
#_zstd _zstd/_zstdmodule.c -lzstd -I$(srcdir)/Modules/_zstd
204203
#_uuid _uuidmodule.c -luuid
204+
#_zstd _zstd/_zstdmodule.c -lzstd -I$(srcdir)/Modules/_zstd
205205
#zlib zlibmodule.c -lz
206206

207207
# The readline module also supports libeditline (-leditline).

configure

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7148,9 +7148,9 @@ SRCDIRS="\
71487148
Modules/_testinternalcapi \
71497149
Modules/_testlimitedcapi \
71507150
Modules/_xxtestfuzz \
7151+
Modules/_zstd \
71517152
Modules/cjkcodecs \
71527153
Modules/expat \
7153-
Modules/_zstd \
71547154
Objects \
71557155
Objects/mimalloc \
71567156
Objects/mimalloc/prim \

0 commit comments

Comments
 (0)