Skip to content

Commit 6c0651f

Browse files
committed
add readme for windows system and fix CI
1 parent 588304c commit 6c0651f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

31_ffi/bzlib_sys/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Windows 支持
2+
3+
因为 windows 系统中没有 bz2,所以你只能通过源码编译。具体方法请参考 [bzip2-sys](https://github.com/alexcrichton/bzip2-rs/tree/master/bzip2-sys)

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ members = [
2929
"26_kv",
3030
"29_network",
3131
"30_unsafe",
32-
"31_ffi/bzlib_sys",
3332
"31_ffi/ffi",
3433
"31_ffi/ffi_math",
3534
"32_xunmi_py"

0 commit comments

Comments
 (0)