This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch python-wper
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/python-wper by this push:
new ddefa9d5 mingw
ddefa9d5 is described below
commit ddefa9d590ae464fd17fcf1719d531964ed4f3c9
Author: HTHou <[email protected]>
AuthorDate: Fri Jun 21 23:52:50 2024 +0800
mingw
---
python/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/setup.py b/python/setup.py
index dfaa3a08..40914050 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -80,7 +80,7 @@ if platform.system() == "Windows":
Extension(
"tsfile.tsfile_pywrapper",
sources=[source_file],
- libraries=["tsfile_pywrapper"],
+ libraries=["tsfile", "tsfile/tsfile_pywrapper"],
library_dirs=[libtsfile_dir],
include_dirs=[include_dir, np.get_include()],
extra_compile_args=["-std=c++11"],