fix(ws): fix websocket connection error on windows release build
Close [TS-2060](https://jira.taosdata.com:18080/browse/TS-2060)
This commit is contained in:
parent
4b4f8eac86
commit
cf7fe5bb1f
|
@ -2,7 +2,7 @@
|
|||
# taosws-rs
|
||||
ExternalProject_Add(taosws-rs
|
||||
GIT_REPOSITORY https://github.com/taosdata/taos-connector-rust.git
|
||||
GIT_TAG 7664c41
|
||||
GIT_TAG 9843872
|
||||
SOURCE_DIR "${TD_SOURCE_DIR}/tools/taosws-rs"
|
||||
BINARY_DIR ""
|
||||
#BUILD_IN_SOURCE TRUE
|
||||
|
|
Loading…
Reference in New Issue