Skip to content

Commit 56482fd

Browse files
ahornbyfacebook-github-bot
authored andcommitted
getdeps: fix xxhash build on windows
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
1 parent 09bae4e commit 56482fd

File tree

1 file changed

+3
-0
lines changed
  • build/fbcode_builder/manifests

1 file changed

+3
-0
lines changed

build/fbcode_builder/manifests/xxhash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ all
2525
[make.install_args]
2626
install
2727

28+
[build.os=windows]
29+
builder = cmake
30+
subdir = xxHash-0.8.2/cmake_unofficial

0 commit comments

Comments
 (0)