Fix cvm-rs build on Windows, replace Just with yarn builtin, make clean work on Windows

This commit is contained in:
MDMCK10
2024-08-02 21:01:53 +02:00
parent 11380f00cf
commit ddcba7b308
6 changed files with 9 additions and 14 deletions

View File

@@ -45,7 +45,7 @@ impl JpegCompressor {
vec.resize(size, 0);
let mut ptr: *mut u8 = vec.as_mut_ptr();
let mut size: u64 = 0;
let mut size: libc::c_ulong = 0;
let res = tjCompress2(
self.handle,