Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix order of azure static library linking (#4171)
This solves the missing symbol error by linking the azure-storage-common library before the azure-storage-blobs library. Error solved: ``` libtiledb.so.2.16: undefined symbol: _ZN5Azure7Storage9_internal23UrlEncodeQueryParameterERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE ```
- Loading branch information