未验证 提交 2bee6af7 编写于 作者: H Huo Linhe 提交者: GitHub

[TD-4640]<fix>: fix CDLL error in macOs (#6430)

上级 72ca4518
......@@ -242,7 +242,7 @@ def _load_taos_linux():
def _load_taos_darwin():
return ctypes.cDLL('libtaos.dylib')
return ctypes.CDLL('libtaos.dylib')
def _load_taos_windows():
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册