Skip to content

Commit

Permalink
[Mod] change dll name of ctp api in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vnpy committed May 14, 2019
1 parent 6d9b9d7 commit 8674f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
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=[],
Expand Down

0 comments on commit 8674f62

Please sign in to comment.