mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Updating miniz library from version 2.0.8 -> 2.1.0 (#79636)
Summary: This PR updates the miniz library from version 2.0.8 to 2.1.0. Pull Request resolved: https://github.com/pytorch/pytorch/pull/79636 Approved by: https://github.com/albanD
This commit is contained in:
committed by
PyTorch MergeBot
parent
28a7ee8cec
commit
7ea723b8f6
4
third_party/BUCK.oss
vendored
4
third_party/BUCK.oss
vendored
@ -165,9 +165,9 @@ cxx_library(
|
||||
|
||||
cxx_library(
|
||||
name = "miniz",
|
||||
srcs = ["miniz-2.0.8/miniz.c"],
|
||||
srcs = ["miniz-2.1.0/miniz.c"],
|
||||
header_namespace = "",
|
||||
exported_headers = {"miniz.h": "miniz-2.0.8/miniz.h"},
|
||||
exported_headers = {"miniz.h": "miniz-2.1.0/miniz.h"},
|
||||
exported_preprocessor_flags = [
|
||||
"-DMINIZ_DISABLE_ZIP_READER_CRC32_CHECKS",
|
||||
],
|
||||
|
Reference in New Issue
Block a user