Skip to content

Commit

Permalink
add support for visual studio 2022 build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ahornby committed Oct 22, 2023
1 parent 41beb9c commit 5102573
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/fbcode_builder/getdeps/buildopts.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def __init__(
# the version of boost in our manifest cannot be built with
# VS 2019, so we're effectively tied to VS 2017 until we upgrade
# the boost dependency.
for year in ["2017", "2019"]:
for year in ["2017", "2019", "2022"]:
vcvarsall += glob.glob(
os.path.join(
os.environ["ProgramFiles(x86)"],
Expand Down
6 changes: 3 additions & 3 deletions build/fbcode_builder/manifests/lz4
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ lz4-static
liblz4-dev

[download]
url = https://github.com/lz4/lz4/archive/v1.8.3.tar.gz
sha256 = 33af5936ac06536805f9745e0b6d61da606a1f8b4cc5c04dd3cbaca3b9b4fc43
url = https://github.com/lz4/lz4/releases/download/v1.9.4/lz4-1.9.4.tar.gz
sha256 = 0b0e3aa07c8c063ddf40b082bdf7e37a1562bda40a0ff5272957f3e987e0e54b

[build]
builder = cmake
subdir = lz4-1.8.3/contrib/cmake_unofficial
subdir = lz4-1.9.4/build/cmake

0 comments on commit 5102573

Please sign in to comment.