• Show log

    Commit

  • Hash : 72d877a2
    Author : fanquake
    Date : 2020-07-07T14:58:29

    autotools: attempt to find OpenSSL via homebrew on macOS
    
    When compiling for macOS, where users will likely have OpenSSL installed
    via brew, rather than available on the system, use brew  --prefix to
    figure out where OpenSSL is, and then augment the pkg-config path so
    that libs are found.