mirror of
https://github.com/NixOS/nix
synced 2025-06-26 11:41:15 +02:00
Make the aws-cpp-sdk dependency optional
This commit is contained in:
parent
16d9c872e4
commit
75d2492f20
6 changed files with 28 additions and 8 deletions
|
@ -1,3 +1,7 @@
|
|||
#include "config.h"
|
||||
|
||||
#if ENABLE_S3
|
||||
|
||||
#include "s3-binary-cache-store.hh"
|
||||
#include "nar-info.hh"
|
||||
#include "nar-info-disk-cache.hh"
|
||||
|
@ -251,3 +255,5 @@ static RegisterStoreImplementation regStore([](
|
|||
});
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue