1
0

User Story 768790: Get zlib working for a single platform in main (Conan)

This commit is contained in:
Edwin Gendron
2022-04-26 11:03:38 -04:00
committed by GitHub
parent 8fb637be07
commit 278d5665dc

@ -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