Skip to content

Draft: Check if glob() is available at build-time.

Alexander Færøy requested to merge ahf/tor:bugs/40144 into master

This patch disables the glob() support in the path library if glob() is unavailable at build-time. This currently happens with the Android NDK used for Tor Browser.

See: #40114 (closed)

Merge request reports