From 6d7dcb279745e54bc60c88cff2749a07107e0e18 Mon Sep 17 00:00:00 2001 From: Alex Hornby Date: Fri, 18 Oct 2024 03:30:23 -0700 Subject: [PATCH] getdeps: fix xxhash build on windows Summary: X-link: https://github.com/facebookincubator/zstrong/pull/1015 fbthrift needs xxhash but xxhash manifest had no builder defined on windows Add xxhash windows build support using cmake X-link: https://github.com/facebook/fbthrift/pull/624 Reviewed By: andreacampi Differential Revision: D64592635 Pulled By: ahornby fbshipit-source-id: 5dc558e8786fa1264ba0e89026ca750d1a285dea --- build/fbcode_builder/manifests/xxhash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/fbcode_builder/manifests/xxhash b/build/fbcode_builder/manifests/xxhash index 557ded0ddd5e..b06002f667e1 100644 --- a/build/fbcode_builder/manifests/xxhash +++ b/build/fbcode_builder/manifests/xxhash @@ -25,3 +25,6 @@ all [make.install_args] install +[build.os=windows] +builder = cmake +subdir = xxHash-0.8.2/cmake_unofficial