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=[],