-
Notifications
You must be signed in to change notification settings - Fork 501
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #292: Check for Homebrew's OpenSSL libraries correctly
This change improves the way we check for OpenSSL libraries that must be installed on the user's macOS system before PowerShell Editor Services can be loaded successfully. Previously we were looking for a path that required a symbolic link to be created after installing OpenSSL. It turns out that PowerShell on macOS has built-in library paths which target Homebrew's installation path for OpenSSL. We now check primarily for this path before looking at the system-wide installation path.
- Loading branch information
Showing
2 changed files
with
24 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters