User Story 768790: Get zlib working for a single platform in main (Conan)
This commit is contained in:
@ -40,7 +40,7 @@
|
||||
#ifdef SNAPPY
|
||||
#include <snappy/snappy.h>
|
||||
#elif defined(ZLIB)
|
||||
#include <zlib/zlib.h>
|
||||
#include <zlib.h>
|
||||
#endif
|
||||
|
||||
namespace leveldb {
|
||||
@ -71,4 +71,4 @@ void AtomicPointer::NoBarrier_Store(void* v) {
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user