How to depend on swift runtime support? #68
Answered
by
Cyberbeni
Cyberbeni
asked this question in
Everyday usage
-
Starting with macOS 10.14.4, it is integrated into the OS, otherwise you need to install the package from here: https://support.apple.com/kb/DL1998 How would you define this dependency in a formula? |
Beta Was this translation helpful? Give feedback.
Answered by
Cyberbeni
Nov 16, 2020
Replies: 2 comments 6 replies
-
You could do |
Beta Was this translation helpful? Give feedback.
6 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Cyberbeni
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
depends_on cask: "thii/swift-runtime/swift-runtime" if MacOS.version < "10.14.4"