do not attempt to build HgDatapackStore on Mac

Summary:
The `HgDatapackStore.cpp` file currently depends on code not available on Mac,
so do not attempt to build it there.

Reviewed By: fanzeyi

Differential Revision: D18467948

fbshipit-source-id: cce37bb480426e6d972045321f15c1f2aa4457ee
This commit is contained in:
Adam Simpkins 2019-11-12 18:34:30 -08:00 committed by Facebook Github Bot
parent d26acc0dbe
commit 3e72b11174

View File

@ -15,7 +15,7 @@
#include "eden/fs/model/Blob.h"
#include "eden/fs/utils/PathFuncs.h"
#include "scm/hg/lib/backingstore/c_api/HgNativeBackingStore.h" // @manual
#include "scm/hg/lib/backingstore/c_api/HgNativeBackingStore.h"
namespace facebook {
namespace eden {