Skip to content

Commit

Permalink
fixed 缺失拷贝sqlite3.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
fasiondog committed Nov 3, 2020
1 parent f5fdda7 commit 01e745f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hikyuu_pywrap/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ target("core")
if is_plat("windows") then
os.cp(target:targetdir() .. '/core.pyd', dst_dir)
os.cp(target:targetdir() .. '/hikyuu.dll', dst_dir)
os.cp(target:targetdir() .. '/sqlite3.dll', dst_dir)
elseif is_plat("macosx") then
os.cp(target:targetdir() .. '/core.so', dst_dir)
os.cp(target:targetdir() .. '/libhikyuu.dylib', dst_dir)
Expand Down

0 comments on commit 01e745f

Please sign in to comment.