Commit d104e15d authored by Pedro Eugenio Rocha Pedreira's avatar Pedro Eugenio Rocha Pedreira Committed by Facebook GitHub Bot

Enable getdeps build on macOS

Summary:
Enabling Velox/f4d getpdeps build on macOS, and adding the last
required dependency (libicu).

Reviewed By: amitkdutta

Differential Revision: D27316661

fbshipit-source-id: 60edf7d4a953a62f2b7b52d9b4f0827d12ac1367
parent 65f2b77f
......@@ -7,11 +7,10 @@ shipit_fbcode_builder = true
[git]
repo_url = https://github.com/facebookexternal/f4d.git
# Skip non-linux builds for now.
[build.not(os=linux)]
[build.os=windows]
builder = nop
[build.os=linux]
[build.not(os=windows)]
builder = cmake
[dependencies]
......@@ -22,6 +21,7 @@ googletest
boost
protobuf
lzo
libicu
[shipit.pathmap]
fbcode/f4d/public_tld = .
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment