Skip to content

Commit

Permalink
getdeps: fix xxhash build on windows
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookincubator/zstrong#1015

fbthrift needs xxhash but xxhash manifest had no builder defined on windows

Add xxhash windows build support using cmake

X-link: facebook/fbthrift#624

Reviewed By: andreacampi

Differential Revision: D64592635

Pulled By: ahornby

fbshipit-source-id: 5dc558e8786fa1264ba0e89026ca750d1a285dea
  • Loading branch information
ahornby authored and facebook-github-bot committed Oct 18, 2024
1 parent 786aa55 commit 66ce89b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/fbcode_builder/manifests/xxhash
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ all
[make.install_args]
install

[build.os=windows]
builder = cmake
subdir = xxHash-0.8.2/cmake_unofficial

0 comments on commit 66ce89b

Please sign in to comment.