Add universal builds back to CI + link to OpenSSL dylib, not .a

This commit is contained in:
Twarit Waikar
2021-10-12 23:31:51 +05:30
parent 76dfd5a143
commit 4119ad2c74
7 changed files with 39 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ This section onwards is only meant to be used if you intend to compile the plugi
- [SCons](https://scons.org/pages/download.html) (v3.0.1+)
- C++17 and C90 compilers detectable by SCons and present in `PATH`.
- For Mac users, `brew install openssl@1.1`
- For Mac users, run `brew install openssl` and use the `macos_ssl_path` SCons argument.
- For Linux users, `sudo apt-get install libssl-dev`, or local package manager equivalent.
### Build