sapling/build/fbcode_builder/manifests/zstd
Wez Furlong 5ec4990bc8 fbcode_builder: add manifest files for some dependencies
Summary:
These are ported over from the logic in the watchman and eden getdeps
scripts, with additions to help bootstrap a build environment.

These are sufficient to build watchman with thrift support on windows, mac and
linux, and eden on mac and linux when combined with the getdeps code that
follows in later diffs in this stack.

Reviewed By: simpkins

Differential Revision: D14691005

fbshipit-source-id: 7f8b02fedcdc020e2d0e758c466959d8161d4587
2019-05-03 15:59:37 -07:00

19 lines
478 B
Plaintext

[manifest]
name = zstd
[git]
repo_url = https://github.com/facebook/zstd.git
rev = v1.3.8
[build]
builder = cmake
subdir = build/cmake
# The zstd cmake build explicitly sets the install name
# for the shared library in such a way that cmake discards
# the path to the library from the install_name, rendering
# the library non-resolvable during the build. The short
# term solution for this is just to link static on macos.
[cmake.defines.os=darwin]
ZSTD_BUILD_SHARED = OFF