This is an automated email from the ASF dual-hosted git repository.
jiangtian pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-bin-resources.git
The following commit(s) were added to refs/heads/main by this push:
new 0a2853e Also package debug libs
0a2853e is described below
commit 0a2853e2f996b16e297009460ba2bb86e7fa42df
Author: DESKTOP-L0L5GPJ\jt <[email protected]>
AuthorDate: Mon Aug 5 11:41:49 2024 +0800
Also package debug libs
---
iotdb-tools-thrift/src/main/assembly/thrift.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/iotdb-tools-thrift/src/main/assembly/thrift.xml
b/iotdb-tools-thrift/src/main/assembly/thrift.xml
index 9a3d9c6..ce0de79 100644
--- a/iotdb-tools-thrift/src/main/assembly/thrift.xml
+++ b/iotdb-tools-thrift/src/main/assembly/thrift.xml
@@ -41,6 +41,7 @@
<includes>
<include>lib/*.a</include>
<include>lib/Release/*.lib</include>
+ <include>lib/Debug/*.lib</include>
</includes>
<outputDirectory>/</outputDirectory>
</fileSet>