See #658
That PR added a vcpkg override to get uriparser 1.0.0 instead of the latest 1.0.2:
|
"overrides": [ |
|
{ |
|
"name": "uriparser", |
|
"version": "1.0.0" |
|
} |
|
] |
Once uriparser 1.0.3 is released that allows to build again with an older glibc, we should remove that pin.
See #658
That PR added a vcpkg override to get uriparser 1.0.0 instead of the latest 1.0.2:
pyogrio/ci/vcpkg.json
Lines 18 to 23 in 2c65105
Once uriparser 1.0.3 is released that allows to build again with an older glibc, we should remove that pin.