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

This commit is contained in:
Huo Linhe 2021-06-09 10:46:57 +08:00 committed by GitHub
parent 72ca4518de
commit 2bee6af776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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():