OmniSharp / homebrew-omnisharp-roslyn

16 stars 19 forks source link

Use updated libexec path #18

Closed vermiculus closed 8 months ago

vermiculus commented 1 year ago

On later versions of macOS, /usr is no longer normally writable. Homebrew instead installs content into /opt/homebrew/Cellar.

On my system, OmniSharp.exe was installed into

/opt/homebrew/Cellar/omnisharp-mono/1.35.3/libexec

This patch uses the libexec symbol described at 1 to make this formula platform-agnostic.


Please note that this is the first formula I've ever edited – and probably one of fewer than ten that I've actually bothered to look inside. I do not know how to test this change! I have a passing grasp of Ruby syntax, so please review this patch with due scrutiny before merging.

vermiculus commented 1 year ago

@microsoft-github-policy-service agree

vermiculus commented 8 months ago

Is there anything remaining to get this merged?