microsoft / git

A fork of Git containing Microsoft-specific patches.
http://git-scm.com/
Other
761 stars 92 forks source link

microsoft/git: review use of homebrew libintl.a #637

Open jeffhostetler opened 5 months ago

jeffhostetler commented 5 months ago

In https://github.com/microsoft/git/pull/636 I removed the homebrew-related code for libcurl.dylib. Nearby is similar code for libintl.a. Granted, this is static rather than dynamic, but I wonder if we really need to do that when making universal binaries. I'm wondering if it is necessary of if it was just inherited.