commit c643d871507bb9432f2edd87ae972d267f32e07e
parent ff7e5beac8ad5fb1e00d7cfa5f5fa101de59ec6c
Author: Remy Noulin <loader2x@gmail.com>
Date: Tue, 6 Aug 2019 08:03:40 +0200
add isLz4CompiledWithCurrentLisheepyVersion for checkPackages
lz4.h | 2 ++
package.yml | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/lz4.h b/lz4.h
@@ -475,6 +475,8 @@ LZ4_DEPRECATED("use LZ4_saveDict() instead") LZ4LIB_API char* LZ4_slideInput
LZ4_DEPRECATED("use LZ4_decompress_safe_usingDict() instead") LZ4LIB_API int LZ4_decompress_safe_withPrefix64k (const char* src, char* dst, int compressedSize, int maxDstSize);
LZ4_DEPRECATED("use LZ4_decompress_fast_usingDict() instead") LZ4LIB_API int LZ4_decompress_fast_withPrefix64k (const char* src, char* dst, int originalSize);
+#define isLz4CompiledWithCurrentLisheepyVersion true
+
#endif /* LZ4_H_2983827168210 */
diff --git a/package.yml b/package.yml
@@ -1,6 +1,6 @@
---
name: lz4
- version: 0.0.3
+ version: 0.0.4
description: "Extremely Fast Compression algorithm (SHA b5233d3), package for https://github.com/lz4/lz4"
bin: ./lz4.c
cflags: "-O3 -std=gnu11 -fPIC -pipe"