From 8674f62ca528832a5d6db1d8e3da5847c993294c Mon Sep 17 00:00:00 2001 From: "vn.py" Date: Tue, 14 May 2019 13:45:08 +0800 Subject: [PATCH] [Mod] change dll name of ctp api in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4acb9fb8..b79aed60 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ vnctpmd = Extension( define_macros=[], undef_macros=[], library_dirs=["vnpy/api/ctp/libs", "vnpy/api/ctp"], - libraries=["thostmduserapi", "thosttraderapi", ], + libraries=["thostmduserapi_se", "thosttraderapi_se", ], extra_compile_args=compiler_flags, extra_link_args=extra_link_args, depends=[],