mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 01:03:19 +02:00
Update BUILD_OSX.md
Co-authored-by: kasenvr <52365539+kasenvr@users.noreply.github.com>
This commit is contained in:
parent
cdb770b407
commit
9d2785f4e5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ You will need the OSX SDK for building. The easiest way to get this is to instal
|
|||
Assuming you've installed OpenSSL using the homebrew instructions above, you'll need to set OPENSSL_ROOT_DIR so CMake can find your installations.
|
||||
For OpenSSL installed via homebrew, set OPENSSL_ROOT_DIR via
|
||||
`export OPENSSL_ROOT_DIR=/usr/local/opt/openssl`
|
||||
or by appending `-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl` to cmake
|
||||
or by appending `-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl` to `cmake`
|
||||
|
||||
### Xcode
|
||||
|
||||
|
|
Loading…
Reference in a new issue