所以我有了这个新的iMac与macOS Sierra 10.12.5。我安装了Xcode 8并酿造。然后我通过brew
安装了openSSL:
brew install openssl
brew link --force openssl
但是--force
不再适用。显然我需要根据brew info openssl
For compilers to find this software you may need to set:
LDFLAGS: -L/usr/local/opt/openssl/lib
CPPFLAGS: -I/usr/local/opt/openssl/include
所以问题是我在哪里将这些标志放在Xcode中?