[TD-4640]<fix>: fix CDLL error in macOs (#6430)
This commit is contained in:
parent
72ca4518de
commit
2bee6af776
|
@ -242,7 +242,7 @@ def _load_taos_linux():
|
||||||
|
|
||||||
|
|
||||||
def _load_taos_darwin():
|
def _load_taos_darwin():
|
||||||
return ctypes.cDLL('libtaos.dylib')
|
return ctypes.CDLL('libtaos.dylib')
|
||||||
|
|
||||||
|
|
||||||
def _load_taos_windows():
|
def _load_taos_windows():
|
||||||
|
|
Loading…
Reference in New Issue