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 5c687870 mingw
5c687870 is described below
commit 5c687870dffa7b96df719fedeb17c2716b3a5db8
Author: HTHou <[email protected]>
AuthorDate: Fri Jun 21 23:45:10 2024 +0800
mingw
---
python/setup.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/python/setup.py b/python/setup.py
index 3313e21f..dfaa3a08 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -80,14 +80,13 @@ if platform.system() == "Windows":
Extension(
"tsfile.tsfile_pywrapper",
sources=[source_file],
- libraries=["tsfile"],
+ libraries=["tsfile_pywrapper"],
library_dirs=[libtsfile_dir],
include_dirs=[include_dir, np.get_include()],
extra_compile_args=["-std=c++11"],
language="c++"
)
]
- os.add_dll_directory(libtsfile_dir)
else:
ext_modules_tsfile = [
Extension(