S3BinaryCacheStore: Ensure it only builds on Linux
This commit is contained in:
parent
e6a61b8da7
commit
fe1162a805
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue