S3BinaryCacheStore: Ensure it only builds on Linux

This commit is contained in:
Eelco Dolstra 2016-12-08 15:35:46 +01:00
parent e6a61b8da7
commit fe1162a805
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -1,6 +1,7 @@
#include "config.h"
#if ENABLE_S3
#if __linux__
#include "s3-binary-cache-store.hh"
#include "nar-info.hh"
@ -269,3 +270,4 @@ static RegisterStoreImplementation regStore([](
}
#endif
#endif