gnustep / tools-android

Objective-C on Android with Foundation, CoreFoundation, and libdispatch.
MIT License
48 stars 12 forks source link

Prevent accidental detection of libidn2 installation #24

Closed hmelder closed 1 month ago

hmelder commented 1 month ago

libcurl picks up an idn2 installation from the host via pkg-config. As we are not using libidn2 on Android, we can just deactivate it.