JanMarvin / readspss

Read the SPSS file formats
https://janmarvin.github.io/readspss/
GNU General Public License v2.0
12 stars 1 forks source link

adapted from openssl by @jeroen #31

Closed JanMarvin closed 6 months ago

JanMarvin commented 6 months ago

I somehow assume that the pkg-config file for the Mac x86_64 homebrew build is broken

Using PKG_LIBS=-L/opt/homebrew/Cellar/openssl@3/3.3.0 -lssl -lcrypto

On my M1 Mac it looks like this

Using PKG_LIBS=-L/opt/homebrew/Cellar/openssl@3/3.3.0/lib -lssl -lcrypto
JanMarvin commented 6 months ago

Related issue: https://github.com/Homebrew/homebrew-core/issues/169728