mirror of
https://github.com/google/brotli.git
synced 2024-11-08 13:20:05 +00:00
Fix setup.py
This commit is contained in:
parent
801f5f37ee
commit
403729c454
6
setup.py
6
setup.py
@ -146,10 +146,8 @@ brotli = Extension("brotli",
|
||||
"common/constants.h",
|
||||
"common/dictionary.h",
|
||||
"common/port.h",
|
||||
"common/types.h",
|
||||
"dec/bit_reader.h",
|
||||
"dec/context.h",
|
||||
"dec/decode.h",
|
||||
"dec/huffman.h",
|
||||
"dec/port.h",
|
||||
"dec/prefix.h",
|
||||
@ -170,7 +168,6 @@ brotli = Extension("brotli",
|
||||
"enc/compress_fragment_two_pass.h"
|
||||
"enc/context.h",
|
||||
"enc/dictionary_hash.h",
|
||||
"enc/encode.h",
|
||||
"enc/entropy_encode.h",
|
||||
"enc/entropy_encode_static.h",
|
||||
"enc/fast_log.h",
|
||||
@ -191,6 +188,9 @@ brotli = Extension("brotli",
|
||||
"enc/static_dict_lut.h",
|
||||
"enc/utf8_util.h",
|
||||
"enc/write_bits.h",
|
||||
"public/decode.h",
|
||||
"public/encode.h",
|
||||
"public/types.h",
|
||||
],
|
||||
language="c++",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user